Trivial fix: remove unused variable

llvm-svn: 195846
This commit is contained in:
Alexander Kornienko 2013-11-27 15:02:03 +00:00
parent c085e99385
commit b4586f4217
1 changed files with 0 additions and 1 deletions

View File

@ -3955,7 +3955,6 @@ static void handleObjCReturnsInnerPointerAttr(Sema &S, Decl *D,
static void handleObjCRequiresSuperAttr(Sema &S, Decl *D,
const AttributeList &attr) {
SourceLocation loc = attr.getLoc();
ObjCMethodDecl *method = cast<ObjCMethodDecl>(D);
DeclContext *DC = method->getDeclContext();