aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2012-02-04 21:27:28 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2012-02-04 21:27:28 +0000
commita4e6453d42ab0c0d74c9b6e586bceaea25107662 (patch)
treefa4074d55f2151bed5317778a9a40971c6b19984
parent9e0393d553f50223072841ff539e939a129bc83b (diff)
Remove an unused and unimplemented function prototype.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149789 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Sema/Sema.h5
1 files changed, 0 insertions, 5 deletions
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<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,