git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64974 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2009-02-18 22:59:38 +00:00
Родитель 572b2782ca
Коммит 81f14a0be0
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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