repl: Remove code that was commented out
This commit is contained in:
parent
2f8255cba1
commit
b289d86cd1
|
@ -204,8 +204,6 @@ void NixRepl::mainLoop(const std::vector<std::string> & files)
|
||||||
createDirs(dirOf(historyFile));
|
createDirs(dirOf(historyFile));
|
||||||
el_hist_size = 1000;
|
el_hist_size = 1000;
|
||||||
read_history(historyFile.c_str());
|
read_history(historyFile.c_str());
|
||||||
// rl_initialize();
|
|
||||||
// linenoiseSetCompletionCallback(completionCallback);
|
|
||||||
curRepl = this;
|
curRepl = this;
|
||||||
rl_set_complete_func(completionCallback);
|
rl_set_complete_func(completionCallback);
|
||||||
rl_set_list_possib_func(listPossibleCallback);
|
rl_set_list_possib_func(listPossibleCallback);
|
||||||
|
|
Loading…
Reference in a new issue