summaryrefslogtreecommitdiff
path: root/src/cursor/cur_config.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-08-03 18:43:03 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-08-03 18:43:03 +0000
commitaa1b8bb078cafd9146a597191a6ddc0a76f3b010 (patch)
treeef0d9233fc3fd2de9fde53ac9f394f1d7e086048 /src/cursor/cur_config.c
parent21ab1c9544834281ec0a0980fd5c991e28bc5806 (diff)
downloadmongo-aa1b8bb078cafd9146a597191a6ddc0a76f3b010.tar.gz
Remove the cursor.reconfigure method, and replace it with documentation
showing how to "reconfigure" cursors using the session.open_cursor method to duplicate them with different configuration strings. Close #282.
Diffstat (limited to 'src/cursor/cur_config.c')
-rw-r--r--src/cursor/cur_config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cursor/cur_config.c b/src/cursor/cur_config.c
index 7be4ce50458..00894bb306a 100644
--- a/src/cursor/cur_config.c
+++ b/src/cursor/cur_config.c
@@ -45,8 +45,6 @@ __wt_curconfig_open(WT_SESSION_IMPL *session,
__wt_cursor_notsup, /* update */
__wt_cursor_notsup, /* remove */
__curconfig_close,
- (int (*) /* reconfigure */
- (WT_CURSOR *, const char *))__wt_cursor_notsup,
{ NULL, NULL }, /* TAILQ_ENTRY q */
0, /* recno key */
{ 0 }, /* recno raw buffer */