summaryrefslogtreecommitdiff
path: root/src/include/extern.h
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-03-03 09:35:34 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-03-03 09:35:34 -0500
commita1a397aadb6f210da340b8cad5fd637b9d4968a5 (patch)
treef3fa2796544f40bcfe93c422f8fe284a37b39552 /src/include/extern.h
parent68c09bdcf9cf99c718f23594796be2b39f7e6640 (diff)
downloadmongo-a1a397aadb6f210da340b8cad5fd637b9d4968a5.tar.gz
__wt_cache_config_local is private to conn_cache.c, rename it to be
__cache_config_local, make it static.
Diffstat (limited to 'src/include/extern.h')
-rw-r--r--src/include/extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/extern.h b/src/include/extern.h
index 0bd49770e21..a346bcfda75 100644
--- a/src/include/extern.h
+++ b/src/include/extern.h
@@ -207,7 +207,6 @@ extern int __wt_extractor_config(WT_SESSION_IMPL *session, const char *config, W
extern int __wt_conn_remove_extractor(WT_SESSION_IMPL *session);
extern int __wt_verbose_config(WT_SESSION_IMPL *session, const char *cfg[]);
extern int __wt_cache_config(WT_SESSION_IMPL *session, int reconfigure, const char *cfg[]);
-extern int __wt_cache_config_local( WT_SESSION_IMPL *session, int shared, const char *cfg[]);
extern int __wt_cache_create(WT_SESSION_IMPL *session, const char *cfg[]);
extern void __wt_cache_stats_update(WT_SESSION_IMPL *session);
extern int __wt_cache_destroy(WT_SESSION_IMPL *session);