diff options
author | Emilio Karakey <emiliomkarakey@gmail.com> | 2019-10-07 18:28:10 -0500 |
---|---|---|
committer | Emilio Karakey <emiliomkarakey@gmail.com> | 2019-10-07 18:28:10 -0500 |
commit | d24bfe29a1edd30900f9205b9446252f3f3836af (patch) | |
tree | 214ff6fc367f7f5bd59ee716c75b1ed1386b0ae7 /src/nix/shell.cc | |
parent | a15f9b37eba805c2b3bd37844c0a527b14774bba (diff) |
deleted comment
Diffstat (limited to 'src/nix/shell.cc')
-rw-r--r-- | src/nix/shell.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix/shell.cc b/src/nix/shell.cc index 5e1d53aff..a4488b229 100644 --- a/src/nix/shell.cc +++ b/src/nix/shell.cc @@ -30,7 +30,6 @@ BuildEnvironment readEnvironment(const Path & path) std::set<std::string> exported; auto file = readFile(path); - //auto file = readFile("/tmp/x"); auto pos = file.cbegin(); |