Skip to content

Commit f1afbb8

Browse files
authored
Merge pull request #469 from sparklemotion/remove-unused-iv
Remove unused iv
2 parents f54bbc9 + 40bc5e2 commit f1afbb8

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)