summaryrefslogtreecommitdiff
path: root/lang/python/wiredtiger.i
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/wiredtiger.i')
-rw-r--r--lang/python/wiredtiger.i5
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/python/wiredtiger.i b/lang/python/wiredtiger.i
index 0b107812bc0..c7a12729451 100644
--- a/lang/python/wiredtiger.i
+++ b/lang/python/wiredtiger.i
@@ -296,11 +296,6 @@ SELFHELPER(struct __wt_cursor)
if not hasattr(self, '_iterable'):
self._iterable = IterableCursor(self)
return self._iterable
-
- def reset(self):
- '''Forget the current cursor position'''
- self.last()
- self.next()
%}
};