From 4568d21526e5c3c79cb99eea8277a5fef9127283 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 31 May 2012 11:40:25 -0700 Subject: [PATCH] snapshot: remove duplicate definition of finalize() finalize() was moved to snapshot-interface.h but wasn't removed from snapshot.h --- snapshot.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.34.1