about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-06-14 07:10:59 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-06-14 07:10:59 +0000
commitd971beb276cbf8a14bea6bf2036ac842a8dd55bd (patch)
tree54cc7b632613753b9f0728b468b5bc7ca5a9629e /include
parent363d50af298495a76c851a244ccb06972c1febb9 (diff)
downloadklee-d971beb276cbf8a14bea6bf2036ac842a8dd55bd.tar.gz
Remove some unused functionality.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73329 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/klee/ExecutionState.h5
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);
 };