diff options
Diffstat (limited to 'nix-repl.cc')
-rw-r--r-- | nix-repl.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nix-repl.cc b/nix-repl.cc index 1077f5d8f616..8569b5eb67bf 100644 --- a/nix-repl.cc +++ b/nix-repl.cc @@ -19,9 +19,6 @@ using namespace std; using namespace nix; -string programId = "nix-repl"; - - struct NixRepl { string curDir; |