Remove an unused and unimplemented function prototype.

llvm-svn: 149789
This commit is contained in:
Sebastian Redl 2012-02-04 21:27:28 +00:00
parent 42d05f2faf
commit f2089a409e
1 changed files with 0 additions and 5 deletions

View File

@ -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,