Add default memory allocation and free functions for HSIterator and some other tiny...
[c11tester.git] / concretepredicate.h
index f0eaeea905db2ca421aaa71cc8edb143f0a97710..c3b81bd995e5e15122c59af48645d89997d66e56 100644 (file)
@@ -9,7 +9,7 @@
 class ConcretePredicate {
 public:
        ConcretePredicate(thread_id_t tid);
-       ~ConcretePredicate();
+       ~ConcretePredicate() {}
 
        void add_expression(token_t token, uint64_t value, bool equality);
        SnapVector<struct concrete_pred_expr> * getExpressions() { return &expressions; }