Skip to content

Commit

Permalink
[analyzer] Remove unused function declaration. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
SavchenkoValeriy committed May 28, 2020
1 parent db3b970 commit 116dcbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,6 @@ class RangeConstraintManager : public RangedConstraintManager {
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,
Expand Down

0 comments on commit 116dcbe

Please sign in to comment.