summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf.h
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-08-03 07:43:43 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-08-03 07:43:43 -0400
commit929f178210156f461bed9eb64273cf0dcfaedfe3 (patch)
tree0adf0fc22e3f4ce7c0b69bcac7585e5aea87d390 /bench/wtperf/wtperf.h
parent55a989eaff47200d59af7531867385135e25562d (diff)
downloadmongo-929f178210156f461bed9eb64273cf0dcfaedfe3.tar.gz
wtperf.c 101 Warning 695: Inline function 'decode_key(char *)'
defined without a storage-class specifier ('static' recommended).
Diffstat (limited to 'bench/wtperf/wtperf.h')
-rw-r--r--bench/wtperf/wtperf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bench/wtperf/wtperf.h b/bench/wtperf/wtperf.h
index e8bc01c78f5..6d4720c86f7 100644
--- a/bench/wtperf/wtperf.h
+++ b/bench/wtperf/wtperf.h
@@ -273,7 +273,6 @@ int config_opt_line(CONFIG *, const char *);
int config_opt_str(CONFIG *, const char *, const char *);
void config_print(CONFIG *);
int config_sanity(CONFIG *);
-uint64_t decode_key(char *);
void latency_insert(CONFIG *, uint32_t *, uint32_t *, uint32_t *);
void latency_read(CONFIG *, uint32_t *, uint32_t *, uint32_t *);
void latency_update(CONFIG *, uint32_t *, uint32_t *, uint32_t *);