snapshot: remove duplicate definition of finalize()
authorBrian Norris <banorris@uci.edu>
Thu, 31 May 2012 18:40:25 +0000 (11:40 -0700)
committerBrian 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

index 39e294a8c60f1c0d781fdafb43a6162b6475f1af..3b33a7ef5aeaa774af2501f8b32fe7d005b5886b 100644 (file)
@@ -18,8 +18,6 @@ snapshot_id takeSnapshot( );
 
 void rollBack( snapshot_id theSnapShot );
 
-void finalize();
-
 #ifdef __cplusplus
 extern "C" {
 #endif