about summary refs log tree commit diff
path: root/nix-repl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nix-repl.cc')
-rw-r--r--nix-repl.cc3
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;