snapshot: don't declare sTheRecord in both #if and #else
authorBrian Norris <banorris@uci.edu>
Thu, 14 Jun 2012 06:39:59 +0000 (23:39 -0700)
committerBrian Norris <banorris@uci.edu>
Thu, 14 Jun 2012 06:43:06 +0000 (23:43 -0700)
snapshot.cc

index 65a7e213132d894adada96d310919a33f4bebbda..0e47ac00f5cb22508bac587039d6d38246c54490 100644 (file)
@@ -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