From 81f14a0be00515c456bb27db3932f6f1a30cb94c Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 18 Feb 2009 22:59:38 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64974 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/CFRefCount.cpp | 1 - 1 file changed, 1 deletion(-) 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* 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); -- 2.50.1