mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Merge pull request #2322 from samueldr/fix/removes-unused-variable
Removes unused variable from `nix-build/nix-shell`
This commit is contained in:
commit
3193f5ff3e
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ void mainWrapped(int argc, char * * argv)
|
||||||
BuildMode buildMode = bmNormal;
|
BuildMode buildMode = bmNormal;
|
||||||
bool readStdin = false;
|
bool readStdin = false;
|
||||||
|
|
||||||
auto shell = getEnv("SHELL", "/bin/sh");
|
|
||||||
std::string envCommand; // interactive shell
|
std::string envCommand; // interactive shell
|
||||||
Strings envExclude;
|
Strings envExclude;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue