Remove unused global variable.

This commit is contained in:
Scott Olson 2016-02-15 19:16:24 -06:00
parent dc8b51754b
commit 3cfb8d1584

View file

@ -19,9 +19,6 @@ using namespace std;
using namespace nix;
string programId = "nix-repl";
struct NixRepl
{
string curDir;