From 20b26eac781372336ebfaddadc559c5115295c82 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Fri, 24 Jan 2014 12:51:56 -0700 Subject: TODO --- cursor.go | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'cursor.go') diff --git a/cursor.go b/cursor.go index 13a56cf..d61ce80 100644 --- a/cursor.go +++ b/cursor.go @@ -10,17 +10,6 @@ const ( c_untrack = 0x40 /**< Un-track cursor when closing */ ) -/* -type Cursor interface { - First() error - Last() error - Next() ([]byte, []byte, error) - Prev() ([]byte, []byte, error) - Current() ([]byte, []byte, error) - Get([]byte) ([]byte, error) -} -*/ - type Cursor struct { flags int next *Cursor -- cgit v1.2.3