forked from OSchip/llvm-project
[lldb][NFC] Remove forward declaration of PrivateAutoCompleteMembers
That's declared directly above the actual definition, so it serves no use.
This commit is contained in:
parent
9d2679152a
commit
ee79feaec3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue