Remove unused global variable.
This commit is contained in:
parent
dc8b51754b
commit
3cfb8d1584
1 changed files with 0 additions and 3 deletions
|
@ -19,9 +19,6 @@ using namespace std;
|
||||||
using namespace nix;
|
using namespace nix;
|
||||||
|
|
||||||
|
|
||||||
string programId = "nix-repl";
|
|
||||||
|
|
||||||
|
|
||||||
struct NixRepl
|
struct NixRepl
|
||||||
{
|
{
|
||||||
string curDir;
|
string curDir;
|
||||||
|
|
Loading…
Reference in a new issue