From ee79feaec3ed44b21654936baf44561f5f726dfc Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Thu, 28 Nov 2019 12:45:47 +0100 Subject: [PATCH] [lldb][NFC] Remove forward declaration of PrivateAutoCompleteMembers That's declared directly above the actual definition, so it serves no use. --- lldb/source/Symbol/Variable.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lldb/source/Symbol/Variable.cpp b/lldb/source/Symbol/Variable.cpp index a2eeaa1d2a5b..6e4b87c47700 100644 --- a/lldb/source/Symbol/Variable.cpp +++ b/lldb/source/Symbol/Variable.cpp @@ -487,13 +487,6 @@ static void PrivateAutoComplete( &prefix_path, // Anything that has been resolved already will be in here const CompilerType &compiler_type, CompletionRequest &request); -static void PrivateAutoCompleteMembers( - StackFrame *frame, const std::string &partial_member_name, - llvm::StringRef partial_path, - const llvm::Twine - &prefix_path, // Anything that has been resolved already will be in here - const CompilerType &compiler_type, CompletionRequest &request); - static void PrivateAutoCompleteMembers( StackFrame *frame, const std::string &partial_member_name, llvm::StringRef partial_path,