summaryrefslogtreecommitdiffstats
path: root/clang/Driver/RewriteTest.cpp
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2007-11-14 17:35:46 +0000
committerFariborz Jahanian <fjahanian@apple.com>2007-11-14 17:35:46 +0000
commit794793ec1c47dbf2d87a95ecb91f6f2132231657 (patch)
tree151234711be0749c98f9b38b4936f7913706a9da /clang/Driver/RewriteTest.cpp
parente6c7a858b0a51dc3b833a2d7b212e5954d7af126 (diff)
downloadbcm5719-llvm-794793ec1c47dbf2d87a95ecb91f6f2132231657.tar.gz
bcm5719-llvm-794793ec1c47dbf2d87a95ecb91f6f2132231657.zip
Removed unused variabel.
llvm-svn: 44123
Diffstat (limited to 'clang/Driver/RewriteTest.cpp')
-rw-r--r--clang/Driver/RewriteTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/Driver/RewriteTest.cpp b/clang/Driver/RewriteTest.cpp
index b78e776f182..773e1fb0abe 100644
--- a/clang/Driver/RewriteTest.cpp
+++ b/clang/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();
OpenPOWER on IntegriCloud