Remove dead code.

llvm-svn: 86512
This commit is contained in:
Zhongxing Xu 2009-11-09 04:19:30 +00:00
parent d1c4e75750
commit 1521c85c04
1 changed files with 0 additions and 3 deletions

View File

@ -504,9 +504,6 @@ protected:
void VisitUnaryOperator(UnaryOperator* B, ExplodedNode* Pred, ExplodedNodeSet& Dst,
bool asLValue);
const GRState* CheckDivideZero(Expr* Ex, const GRState* St, ExplodedNode* Pred,
SVal Denom);
/// EvalEagerlyAssume - Given the nodes in 'Src', eagerly assume symbolic
/// expressions of the form 'x != 0' and generate new nodes (stored in Dst)
/// with those assumptions.