[cfe-commits] r149789 - /cfe/trunk/include/clang/Sema/Sema.h
Sebastian Redl
sebastian.redl at getdesigned.at
Sat Feb 4 13:27:28 PST 2012
Author: cornedbee
Date: Sat Feb 4 15:27:28 2012
New Revision: 149789
URL: http://llvm.org/viewvc/llvm-project?rev=149789&view=rev
Log:
Remove an unused and unimplemented function prototype.
Modified:
cfe/trunk/include/clang/Sema/Sema.h
Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=149789&r1=149788&r2=149789&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Sat Feb 4 15:27:28 2012
@@ -1457,11 +1457,6 @@
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,
More information about the cfe-commits
mailing list