1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-12 05:26:02 +01:00

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;