diff options
Diffstat (limited to 'include/klee/ExecutionState.h')
-rw-r--r-- | include/klee/ExecutionState.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/klee/ExecutionState.h b/include/klee/ExecutionState.h index 1d2df49a..54915843 100644 --- a/include/klee/ExecutionState.h +++ b/include/klee/ExecutionState.h @@ -163,11 +163,6 @@ public: constraints.addConstraint(e); } - // Used for checkpoint/rollback of fake objects created during tainting. - ObjectState *cloneObject(ObjectState *os, MemoryObject *mo); - - // - bool merge(const ExecutionState &b); }; |