aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CFRefCount.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-02-18 22:59:38 +0000
committerTed Kremenek <kremenek@apple.com>2009-02-18 22:59:38 +0000
commit81f14a0be00515c456bb27db3932f6f1a30cb94c (patch)
tree13af8f16f6219b096f0dcd53723808b1f0d9e554 /lib/Analysis/CFRefCount.cpp
parent572b2782cad28ae99c232fbb316f8ba074e28a2d (diff)
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64974 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r--lib/Analysis/CFRefCount.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp
index d79186d8cc..8a4b97be27 100644
--- a/lib/Analysis/CFRefCount.cpp
+++ b/lib/Analysis/CFRefCount.cpp
@@ -2595,7 +2595,6 @@ CFRefLeakReport::getEndPath(BugReporter& br, const ExplodedNode<GRState>* EndN){
Stmt* S = getStmt(BR); // This is the statement where the leak occured.
assert (S);
- unsigned EndLine = SMgr.getInstantiationLineNumber(S->getLocStart());
// Generate the diagnostic.
FullSourceLoc L(S->getLocStart(), SMgr);