diff options
Diffstat (limited to 'src/parameters_parser.hh')
| -rw-r--r-- | src/parameters_parser.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/parameters_parser.hh b/src/parameters_parser.hh index f1ff8b73..1b91b6fc 100644 --- a/src/parameters_parser.hh +++ b/src/parameters_parser.hh @@ -40,9 +40,7 @@ struct wrong_argument_count : public parameter_error class Context; struct Completions; -enum class CompletionFlags; -using ArgCompleter = std::function<Completions (const Context&, CompletionFlags, - StringView, ByteCount)>; +using ArgCompleter = std::function<Completions (const Context&, StringView, ByteCount)>; struct SwitchDesc { |
