From 3cfb8d15846238d79b36de7e52a90a4d3afa4268 Mon Sep 17 00:00:00 2001 From: Scott Olson Date: Mon, 15 Feb 2016 19:16:24 -0600 Subject: [PATCH] Remove unused global variable. --- nix-repl.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/nix-repl.cc b/nix-repl.cc index 1077f5d8f..8569b5eb6 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;