summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiate.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-22 06:50:37 +0000
committerChris Lattner <sabre@nondot.org>2009-04-22 06:50:37 +0000
commitad8f750f71d5636abc134224e548f239a3f5d06d (patch)
treec0c53f751a683e12cb509f7a2bce92baefe9a608 /clang/lib/Sema/SemaTemplateInstantiate.cpp
parent587cbe1ef291241925fa547d89b00e175fc329af (diff)
downloadbcm5719-llvm-ad8f750f71d5636abc134224e548f239a3f5d06d.tar.gz
bcm5719-llvm-ad8f750f71d5636abc134224e548f239a3f5d06d.zip
ObjCQualifiedClass is dead, remove it.
llvm-svn: 69783
Diffstat (limited to 'clang/lib/Sema/SemaTemplateInstantiate.cpp')
-rw-r--r--clang/lib/Sema/SemaTemplateInstantiate.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/lib/Sema/SemaTemplateInstantiate.cpp b/clang/lib/Sema/SemaTemplateInstantiate.cpp
index 1a67fd12484..bd385d355bc 100644
--- a/clang/lib/Sema/SemaTemplateInstantiate.cpp
+++ b/clang/lib/Sema/SemaTemplateInstantiate.cpp
@@ -540,14 +540,6 @@ InstantiateObjCQualifiedIdType(const ObjCQualifiedIdType *T,
return QualType();
}
-QualType
-TemplateTypeInstantiator::
-InstantiateObjCQualifiedClassType(const ObjCQualifiedClassType *T,
- unsigned Quals) const {
- assert(false && "Objective-C types cannot be dependent");
- return QualType();
-}
-
/// \brief The actual implementation of Sema::InstantiateType().
QualType TemplateTypeInstantiator::Instantiate(QualType T) const {
// If T is not a dependent type, there is nothing to do.
OpenPOWER on IntegriCloud