[cfe-commits] r64974 - /cfe/trunk/lib/Analysis/CFRefCount.cpp
Ted Kremenek
kremenek at apple.com
Wed Feb 18 14:59:38 PST 2009
Author: kremenek
Date: Wed Feb 18 16:59:38 2009
New Revision: 64974
URL: http://llvm.org/viewvc/llvm-project?rev=64974&view=rev
Log:
Remove unused variable.
Modified:
cfe/trunk/lib/Analysis/CFRefCount.cpp
Modified: cfe/trunk/lib/Analysis/CFRefCount.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/CFRefCount.cpp?rev=64974&r1=64973&r2=64974&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/CFRefCount.cpp (original)
+++ cfe/trunk/lib/Analysis/CFRefCount.cpp Wed Feb 18 16:59:38 2009
@@ -2595,7 +2595,6 @@
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);
More information about the cfe-commits
mailing list