repl: Remove code that was commented out

This commit is contained in:
Kai Harries 2018-11-18 19:06:35 +01:00
parent 2f8255cba1
commit b289d86cd1

View file

@ -204,8 +204,6 @@ void NixRepl::mainLoop(const std::vector<std::string> & files)
createDirs(dirOf(historyFile));
el_hist_size = 1000;
read_history(historyFile.c_str());
// rl_initialize();
// linenoiseSetCompletionCallback(completionCallback);
curRepl = this;
rl_set_complete_func(completionCallback);
rl_set_list_possib_func(listPossibleCallback);