aboutsummaryrefslogtreecommitdiff
path: root/Driver/RewriteTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Driver/RewriteTest.cpp')
-rw-r--r--Driver/RewriteTest.cpp1
1 files changed, 0 insertions, 1 deletions
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<const char*, const char*> MainBuf = SM->getBufferData(MainFileID);
- const char *MainBufStart = MainBuf.first;
SourceLocation LocStart = PDecl->getLocStart();