summaryrefslogtreecommitdiff
path: root/src/insert_completer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/insert_completer.hh')
-rw-r--r--src/insert_completer.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/insert_completer.hh b/src/insert_completer.hh
index 01a9daba..650fbf69 100644
--- a/src/insert_completer.hh
+++ b/src/insert_completer.hh
@@ -19,11 +19,6 @@ struct InsertCompleterDesc
Filename
};
- InsertCompleterDesc(Mode mode = Filename,
- Optional<String> param = Optional<String>{})
- : mode{mode}, param{std::move(param)}
- {}
-
bool operator==(const InsertCompleterDesc& other) const
{ return mode == other.mode and param == other.param; }