From aa1b8bb078cafd9146a597191a6ddc0a76f3b010 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 3 Aug 2012 18:43:03 +0000 Subject: 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. --- src/cursor/cur_config.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cursor/cur_config.c') 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 */ -- cgit v1.2.1