diff options
Diffstat (limited to 'clang/lib/Checker/SimpleConstraintManager.h')
-rw-r--r-- | clang/lib/Checker/SimpleConstraintManager.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Checker/SimpleConstraintManager.h b/clang/lib/Checker/SimpleConstraintManager.h index 45057e64f31..96811b3e36e 100644 --- a/clang/lib/Checker/SimpleConstraintManager.h +++ b/clang/lib/Checker/SimpleConstraintManager.h @@ -43,10 +43,6 @@ public: BinaryOperator::Opcode op, const llvm::APSInt& Int); - const GRState *AssumeInBound(const GRState *state, DefinedSVal Idx, - DefinedSVal UpperBound, - bool Assumption); - protected: //===------------------------------------------------------------------===// |