forked from OSchip/llvm-project
Remove an unused and unimplemented function prototype.
llvm-svn: 149789
This commit is contained in:
parent
42d05f2faf
commit
f2089a409e
|
@ -1457,11 +1457,6 @@ public:
|
|||
typedef llvm::SmallPtrSet<DeclContext *, 16> AssociatedNamespaceSet;
|
||||
typedef llvm::SmallPtrSet<CXXRecordDecl *, 16> AssociatedClassSet;
|
||||
|
||||
void AddOverloadCandidate(NamedDecl *Function,
|
||||
DeclAccessPair FoundDecl,
|
||||
Expr **Args, unsigned NumArgs,
|
||||
OverloadCandidateSet &CandidateSet);
|
||||
|
||||
void AddOverloadCandidate(FunctionDecl *Function,
|
||||
DeclAccessPair FoundDecl,
|
||||
Expr **Args, unsigned NumArgs,
|
||||
|
|
Loading…
Reference in New Issue