Remove some disabled (commented or ifdef'd out) code

This commit is contained in:
ridiculousfish
2018-08-10 20:48:02 -07:00
parent c3ca108dbe
commit 1f2b2b119a
6 changed files with 0 additions and 48 deletions

View File

@@ -2693,7 +2693,6 @@ const wchar_t *reader_readline(int nchars) {
data->search_mode = history_search_mode_t::none;
if (data->token_history_pos == (size_t)-1) {
// history_reset();
data->history_search.go_to_end();
reader_set_buffer(data->search_buff, data->search_buff.size());
} else {