forked from OSchip/llvm-project
[Analyzer] Remove extra blank line from Iterator Checker (test commit)
llvm-svn: 351746
This commit is contained in:
parent
b8e3643506
commit
cfa434ae41
|
@ -2378,7 +2378,6 @@ bool compare(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2,
|
|||
return compare(State, nonloc::SymbolVal(Sym1), nonloc::SymbolVal(Sym2), Opc);
|
||||
}
|
||||
|
||||
|
||||
bool compare(ProgramStateRef State, NonLoc NL1, NonLoc NL2,
|
||||
BinaryOperator::Opcode Opc) {
|
||||
auto &SVB = State->getStateManager().getSValBuilder();
|
||||
|
|
Loading…
Reference in New Issue