From: Sebastian Redl Date: Sat, 4 Feb 2012 21:27:28 +0000 (+0000) Subject: Remove an unused and unimplemented function prototype. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4e6453d42ab0c0d74c9b6e586bceaea25107662;p=clang Remove an unused and unimplemented function prototype. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149789 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index 99b1ed11bd..a9b6827bd0 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -1457,11 +1457,6 @@ public: typedef llvm::SmallPtrSet AssociatedNamespaceSet; typedef llvm::SmallPtrSet AssociatedClassSet; - void AddOverloadCandidate(NamedDecl *Function, - DeclAccessPair FoundDecl, - Expr **Args, unsigned NumArgs, - OverloadCandidateSet &CandidateSet); - void AddOverloadCandidate(FunctionDecl *Function, DeclAccessPair FoundDecl, Expr **Args, unsigned NumArgs,