about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2016-02-22 19:13:12 +0000
committerDan Liew <daniel.liew@imperial.ac.uk>2016-02-22 19:44:45 +0000
commit7f67a03988b6c0c5976d8b0aceb5406fd858c216 (patch)
treec3fc16ed0ae68147fc0e032897ae11d40454fb61
parentc75ee65f632d7ee0e810a612ea100aa1b0e3f418 (diff)
downloadklee-7f67a03988b6c0c5976d8b0aceb5406fd858c216.tar.gz
Remove stray STP function declaration.
-rw-r--r--lib/Expr/Expr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Expr/Expr.cpp b/lib/Expr/Expr.cpp
index ccd757af..182093b9 100644
--- a/lib/Expr/Expr.cpp
+++ b/lib/Expr/Expr.cpp
@@ -481,8 +481,6 @@ ref<Expr>  NotOptimizedExpr::create(ref<Expr> src) {
 
 /***/
 
-extern "C" void vc_DeleteExpr(void*);
-
 Array::Array(const std::string &_name, uint64_t _size,
              const ref<ConstantExpr> *constantValuesBegin,
              const ref<ConstantExpr> *constantValuesEnd, Expr::Width _domain,