about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-08-22T19·32+0200
committerGitHub <noreply@github.com>2018-08-22T19·32+0200
commit1b01954a3de482a8c3cf0a4af8796505ebcf521b (patch)
tree156984b87a442b2f375bbc55e5ac46a1f3e45fd8 /src
parent954d1f4d0a35063ff431b258beebadf753cb9efe (diff)
parent2894197de768bf5433595886d0248e77ffa3c693 (diff)
Merge pull request #2368 from dezgeg/drop-dead-code
Drop dead code
Diffstat (limited to 'src')
-rwxr-xr-xsrc/nix-build/nix-build.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix-build/nix-build.cc b/src/nix-build/nix-build.cc
index 34f1cba9ddac..21a0756a2007 100755
--- a/src/nix-build/nix-build.cc
+++ b/src/nix-build/nix-build.cc
@@ -419,7 +419,6 @@ void mainWrapped(int argc, char * * argv)
                 R"s([ -n "$PS1" ] && PS1='\n\[\033[1;32m\][nix-shell:\w]\$\[\033[0m\] '; )s"
                 "if [ \"$(type -t runHook)\" = function ]; then runHook shellHook; fi; "
                 "unset NIX_ENFORCE_PURITY; "
-                "unset NIX_INDENT_MAKE; "
                 "shopt -u nullglob; "
                 "unset TZ; %4%"
                 "%5%",