forked from lix-project/lix
Remove unused global variable.
This commit is contained in:
parent
dc8b51754b
commit
3cfb8d1584
|
@ -19,9 +19,6 @@ using namespace std;
|
|||
using namespace nix;
|
||||
|
||||
|
||||
string programId = "nix-repl";
|
||||
|
||||
|
||||
struct NixRepl
|
||||
{
|
||||
string curDir;
|
||||
|
|
Loading…
Reference in a new issue