[analyzer] Remove unused function declaration. NFC.

This commit is contained in:
Valeriy Savchenko 2020-05-28 20:28:17 +03:00
parent db3b970a84
commit 116dcbebc6
1 changed files with 0 additions and 1 deletions

View File

@ -801,7 +801,6 @@ private:
RangeSet::Factory F;
RangeSet getRange(ProgramStateRef State, SymbolRef Sym);
const RangeSet *getRangeForMinusSymbol(ProgramStateRef State, SymbolRef Sym);
RangeSet getSymLTRange(ProgramStateRef St, SymbolRef Sym,
const llvm::APSInt &Int,