From f81c70d44b13fcb19a0098f1517031f5eeb6d7cb Mon Sep 17 00:00:00 2001 From: Susan LoVerso Date: Tue, 21 Jul 2015 08:15:38 -0400 Subject: WT-1989 Unused stat field --- src/support/stat.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/support/stat.c') diff --git a/src/support/stat.c b/src/support/stat.c index 42f4de36cf4..b0e7d660587 100644 --- a/src/support/stat.c +++ b/src/support/stat.c @@ -484,8 +484,6 @@ __wt_stat_init_connection_stats(WT_CONNECTION_STATS *stats) stats->log_prealloc_used.desc = "log: pre-allocated log files used"; stats->log_slot_toobig.desc = "log: record size exceeded maximum"; stats->log_scan_records.desc = "log: records processed by log scan"; - stats->log_slot_switch_fails.desc = - "log: slots selected for switching that were unavailable"; stats->log_compress_mem.desc = "log: total in-memory size of compressed records"; stats->log_buffer_size.desc = "log: total log buffer size"; @@ -648,7 +646,6 @@ __wt_stat_refresh_connection_stats(void *stats_arg) stats->log_prealloc_used.v = 0; stats->log_slot_toobig.v = 0; stats->log_scan_records.v = 0; - stats->log_slot_switch_fails.v = 0; stats->log_compress_mem.v = 0; stats->log_compress_len.v = 0; stats->log_slot_coalesced.v = 0; -- cgit v1.2.1