summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-12-16 06:39:03 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-12-16 06:39:03 +0000
commit82a7beb2e06ef24f2e448349604ca25269dd68e6 (patch)
tree662ca02b4cdd44502c1875dc489ef6b695d24a55 /clang
parent723796af7a585e980f9a1037dcda42d0f2c69d17 (diff)
downloadbcm5719-llvm-82a7beb2e06ef24f2e448349604ca25269dd68e6.tar.gz
bcm5719-llvm-82a7beb2e06ef24f2e448349604ca25269dd68e6.zip
remove dead code.
llvm-svn: 91517
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Analysis/PathSensitive/GRExprEngine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/include/clang/Analysis/PathSensitive/GRExprEngine.h b/clang/include/clang/Analysis/PathSensitive/GRExprEngine.h
index d4e8f79eb58..518c8a0b60e 100644
--- a/clang/include/clang/Analysis/PathSensitive/GRExprEngine.h
+++ b/clang/include/clang/Analysis/PathSensitive/GRExprEngine.h
@@ -353,9 +353,6 @@ protected:
return X.isValid() ? SVator.EvalComplement(cast<NonLoc>(X)) : X;
}
- bool EvalBuiltinFunction(const FunctionDecl *FD, CallExpr *CE,
- ExplodedNode *Pred, ExplodedNodeSet &Dst);
-
public:
SVal EvalBinOp(const GRState *state, BinaryOperator::Opcode op,
OpenPOWER on IntegriCloud