diff options
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r-- | src/nix/command.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh index bf897f620db6..77ca8cfb64bf 100644 --- a/src/nix/command.hh +++ b/src/nix/command.hh @@ -33,7 +33,6 @@ class Store; /* A command that require a Nix store. */ struct StoreCommand : virtual Command { - std::string storeUri; StoreCommand(); void run() override; ref<Store> getStore(); |