aboutsummaryrefslogtreecommitdiff
path: root/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
commitfde1857bbd04d0034e5df2563798fd8a8e80f26c (patch)
tree7550079f0beb3c190cbd2ada712b95bd1ce12a85 /Driver/RewriteTest.cpp
parent921e9ff0301fcc4d389cef16b84adc97229ed5e0 (diff)
Removed unused variabel.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44123 91177308-0d34-0410-b5e6-96231b3b80d8
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();