projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4698d40
)
snapshot: remove duplicate definition of finalize()
author
Brian Norris
<banorris@uci.edu>
Thu, 31 May 2012 18:40:25 +0000
(11:40 -0700)
committer
Brian Norris
<banorris@uci.edu>
Thu, 31 May 2012 18:40:25 +0000
(11:40 -0700)
finalize() was moved to snapshot-interface.h but wasn't removed from snapshot.h
snapshot.h
patch
|
blob
|
history
diff --git
a/snapshot.h
b/snapshot.h
index 39e294a8c60f1c0d781fdafb43a6162b6475f1af..3b33a7ef5aeaa774af2501f8b32fe7d005b5886b 100644
(file)
--- a/
snapshot.h
+++ b/
snapshot.h
@@
-18,8
+18,6
@@
snapshot_id takeSnapshot( );
void rollBack( snapshot_id theSnapShot );
-void finalize();
-
#ifdef __cplusplus
extern "C" {
#endif