зеркало из https://github.com/microsoft/clang-1.git
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64974 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
572b2782ca
Коммит
81f14a0be0
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче