forked from OSchip/llvm-project
[lldb][NFC] Remove unused variable in Options::HandleOptionArgumentCompletion
llvm-svn: 372574
This commit is contained in:
parent
d90fd41f7e
commit
db6617ddb7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue