From: Brian Norris Date: Thu, 31 May 2012 18:40:25 +0000 (-0700) Subject: snapshot: remove duplicate definition of finalize() X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4568d21526e5c3c79cb99eea8277a5fef9127283;p=c11tester.git 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 39e294a8..3b33a7ef 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