From db6617ddb7a421200e80a968b432dd0a467a8e50 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Mon, 23 Sep 2019 10:02:26 +0000 Subject: [PATCH] [lldb][NFC] Remove unused variable in Options::HandleOptionArgumentCompletion llvm-svn: 372574 --- lldb/source/Interpreter/Options.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/Interpreter/Options.cpp b/lldb/source/Interpreter/Options.cpp index 44abc14..3c9c5f7 100644 --- a/lldb/source/Interpreter/Options.cpp +++ b/lldb/source/Interpreter/Options.cpp @@ -746,7 +746,6 @@ void Options::HandleOptionArgumentCompletion( auto opt_defs = GetDefinitions(); std::unique_ptr 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: -- 2.7.4