From d58f67f7c6873592b0823dbe746340c43404ede3 Mon Sep 17 00:00:00 2001 From: Michael Cahill Date: Mon, 6 Jun 2016 15:33:04 +1000 Subject: WT-2686 Report an error any time we fail to scan the log. (#2779) Don't use a flag on the log structure: we may not have one if logging is disabled, but we still scan log files if they exist. --- src/include/log.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include/log.h') diff --git a/src/include/log.h b/src/include/log.h index 7655cfbb3e9..11cbfbb3639 100644 --- a/src/include/log.h +++ b/src/include/log.h @@ -256,9 +256,6 @@ struct __wt_log { #ifdef HAVE_DIAGNOSTIC uint64_t write_calls; /* Calls to log_write */ #endif - -#define WT_LOG_NOT_VERIFIED 0x1 /* Log just started */ - uint32_t flags; }; struct __wt_log_record { -- cgit v1.2.1