Remove unneeded constructor
This commit is contained in:
parent
572cf9d6b2
commit
43fb216772
|
@ -19,11 +19,6 @@ struct InsertCompleterDesc
|
||||||
Filename
|
Filename
|
||||||
};
|
};
|
||||||
|
|
||||||
InsertCompleterDesc(Mode mode = Filename,
|
|
||||||
Optional<String> param = Optional<String>{})
|
|
||||||
: mode{mode}, param{std::move(param)}
|
|
||||||
{}
|
|
||||||
|
|
||||||
bool operator==(const InsertCompleterDesc& other) const
|
bool operator==(const InsertCompleterDesc& other) const
|
||||||
{ return mode == other.mode and param == other.param; }
|
{ return mode == other.mode and param == other.param; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user