Merge pull request #2322 from samueldr/fix/removes-unused-variable

Removes unused variable from `nix-build/nix-shell`
This commit is contained in:
Eelco Dolstra 2018-08-02 11:17:51 +02:00 committed by GitHub
commit 3193f5ff3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,6 @@ void mainWrapped(int argc, char * * argv)
BuildMode buildMode = bmNormal;
bool readStdin = false;
auto shell = getEnv("SHELL", "/bin/sh");
std::string envCommand; // interactive shell
Strings envExclude;