diff options
Diffstat (limited to 'include/lldb/Interpreter/Options.h')
-rw-r--r-- | include/lldb/Interpreter/Options.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/lldb/Interpreter/Options.h b/include/lldb/Interpreter/Options.h index a008d51d721e..b6c824d5a199 100644 --- a/include/lldb/Interpreter/Options.h +++ b/include/lldb/Interpreter/Options.h @@ -187,14 +187,7 @@ public: /// /// \param[in] interpreter /// The command interpreter doing the completion. - /// - /// FIXME: This is the wrong return value, since we also need to - /// make a distinction between total number of matches, and the window the - /// user wants returned. - /// - /// \return - /// \btrue if we were in an option, \bfalse otherwise. - virtual bool + virtual void HandleOptionArgumentCompletion(lldb_private::CompletionRequest &request, OptionElementVector &opt_element_vector, int opt_element_index, |