From: Brian Norris Date: Thu, 31 May 2012 18:40:25 +0000 (-0700) Subject: snapshot: remove duplicate definition of finalize() X-Git-Tag: pldi2013~391^2~52 X-Git-Url: http://demsky.eecs.uci.edu/git/?p=model-checker.git;a=commitdiff_plain;h=4568d21526e5c3c79cb99eea8277a5fef9127283 snapshot: remove duplicate definition of finalize() finalize() was moved to snapshot-interface.h but wasn't removed from snapshot.h --- diff --git a/snapshot.h b/snapshot.h index 39e294a..3b33a7e 100644 --- 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