forked from OSchip/llvm-project
[analyzer] Remove unused function declaration. NFC.
This commit is contained in:
parent
db3b970a84
commit
116dcbebc6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue