Skip to content

Commit 40bc5e2

Browse files
committed
remove unused iv
1 parent f54bbc9 commit 40bc5e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/sqlite3/resultset.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def initialize db, stmt
7070
def reset(*bind_params)
7171
@stmt.reset!
7272
@stmt.bind_params(*bind_params)
73-
@eof = false
7473
end
7574

7675
# Query whether the cursor has reached the end of the result set or not.

0 commit comments

Comments
 (0)