Remove unused variable.

llvm-svn: 64974
This commit is contained in:
Ted Kremenek 2009-02-18 22:59:38 +00:00
parent 75a96ed40a
commit 6692f45829
1 changed files with 0 additions and 1 deletions

View File

@ -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);