From: Fariborz Jahanian Date: Wed, 14 Nov 2007 17:35:46 +0000 (+0000) Subject: Removed unused variabel. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fde1857bbd04d0034e5df2563798fd8a8e80f26c;p=clang Removed unused variabel. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44123 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Driver/RewriteTest.cpp b/Driver/RewriteTest.cpp index b78e776f18..773e1fb0ab 100644 --- a/Driver/RewriteTest.cpp +++ b/Driver/RewriteTest.cpp @@ -376,7 +376,6 @@ void RewriteTest::RewriteCategoryDecl(ObjcCategoryDecl *CatDecl) { void RewriteTest::RewriteProtocolDecl(ObjcProtocolDecl *PDecl) { std::pair MainBuf = SM->getBufferData(MainFileID); - const char *MainBufStart = MainBuf.first; SourceLocation LocStart = PDecl->getLocStart();