From: Brian Norris Date: Thu, 14 Jun 2012 06:39:59 +0000 (-0700) Subject: snapshot: don't declare sTheRecord in both #if and #else X-Git-Tag: pldi2013~391^2~31 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=288cd6dafe35fdb02c6802b75b968f1aeb3299c0;p=model-checker.git snapshot: don't declare sTheRecord in both #if and #else --- diff --git a/snapshot.cc b/snapshot.cc index 65a7e21..0e47ac0 100644 --- a/snapshot.cc +++ b/snapshot.cc @@ -28,7 +28,6 @@ /* extern declaration definition */ #if USE_MPROTECT_SNAPSHOT struct SnapShot * snapshotrecord = NULL; -struct Snapshot_t * sTheRecord = NULL; #else struct Snapshot_t * sTheRecord = NULL; #endif