From 7f67a03988b6c0c5976d8b0aceb5406fd858c216 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Mon, 22 Feb 2016 19:13:12 +0000 Subject: Remove stray STP function declaration. --- lib/Expr/Expr.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') 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 NotOptimizedExpr::create(ref src) { /***/ -extern "C" void vc_DeleteExpr(void*); - Array::Array(const std::string &_name, uint64_t _size, const ref *constantValuesBegin, const ref *constantValuesEnd, Expr::Width _domain, -- cgit 1.4.1