summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index efeddfb9..7b0ed2e0 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -936,7 +936,6 @@ private:
LineEditor m_line_editor;
bool m_autoshowcompl;
PromptFlags m_flags;
- bool m_history_drop_blank_prefix;
using History = Vector<String, MemoryDomain::History>;
static UnorderedMap<String, History, MemoryDomain::History> ms_history;