[lldb][NFC] Remove unused variable in Options::HandleOptionArgumentCompletion

llvm-svn: 372574
This commit is contained in:
Raphael Isemann 2019-09-23 10:02:26 +00:00
parent d90fd41f7e
commit db6617ddb7
1 changed files with 0 additions and 1 deletions

View File

@ -746,7 +746,6 @@ void Options::HandleOptionArgumentCompletion(
auto opt_defs = GetDefinitions();
std::unique_ptr<SearchFilter> filter_up;
int opt_arg_pos = opt_element_vector[opt_element_index].opt_arg_pos;
int opt_defs_index = opt_element_vector[opt_element_index].opt_defs_index;
// See if this is an enumeration type option, and if so complete it here: