From deafd0b2a42b16568f416fbe218db82d56e2d89d Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 27 Dec 2011 22:43:10 +0000 Subject: Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl covers both declarations (@class) and definitions (@interface) of an Objective-C class. llvm-svn: 147299 --- clang/lib/CodeGen/CGDecl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/CodeGen/CGDecl.cpp') diff --git a/clang/lib/CodeGen/CGDecl.cpp b/clang/lib/CodeGen/CGDecl.cpp index ff85fc56886..e8f00e7dde5 100644 --- a/clang/lib/CodeGen/CGDecl.cpp +++ b/clang/lib/CodeGen/CGDecl.cpp @@ -65,7 +65,6 @@ void CodeGenFunction::EmitDecl(const Decl &D) { case Decl::AccessSpec: case Decl::LinkageSpec: case Decl::ObjCPropertyImpl: - case Decl::ObjCClass: case Decl::ObjCForwardProtocol: case Decl::FileScopeAsm: case Decl::Friend: -- cgit v1.2.3