summaryrefslogtreecommitdiff
path: root/src/support/stat.c
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-07-21 08:15:38 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-07-21 09:17:52 -0400
commitf81c70d44b13fcb19a0098f1517031f5eeb6d7cb (patch)
tree4ffdcd2addcf135d94c54054220d7aeb9cb3046d /src/support/stat.c
parentafa22f583ca3ad8c19115daf83960b8f3505e0df (diff)
downloadmongo-f81c70d44b13fcb19a0098f1517031f5eeb6d7cb.tar.gz
WT-1989 Unused stat field
Diffstat (limited to 'src/support/stat.c')
-rw-r--r--src/support/stat.c3
1 files changed, 0 insertions, 3 deletions
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;