Skip to content

Commit

Permalink
[lldb][NFC] Remove forward declaration of PrivateAutoCompleteMembers
Browse files Browse the repository at this point in the history
That's declared directly above the actual definition, so it serves no use.
  • Loading branch information
Teemperor committed Nov 28, 2019
1 parent 9d26791 commit ee79fea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lldb/source/Symbol/Variable.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit ee79fea

Please sign in to comment.