From: Zhongxing Xu Date: Wed, 16 Dec 2009 06:39:03 +0000 (+0000) Subject: remove dead code. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3eda63a2e95a4b6c494ec563a5a174cf8c2b6c86;p=clang remove dead code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91517 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Analysis/PathSensitive/GRExprEngine.h b/include/clang/Analysis/PathSensitive/GRExprEngine.h index d4e8f79eb5..518c8a0b60 100644 --- a/include/clang/Analysis/PathSensitive/GRExprEngine.h +++ b/include/clang/Analysis/PathSensitive/GRExprEngine.h @@ -353,9 +353,6 @@ protected: return X.isValid() ? SVator.EvalComplement(cast(X)) : X; } - bool EvalBuiltinFunction(const FunctionDecl *FD, CallExpr *CE, - ExplodedNode *Pred, ExplodedNodeSet &Dst); - public: SVal EvalBinOp(const GRState *state, BinaryOperator::Opcode op,