Skip to content

Commit

Permalink
remove unused iv
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jan 9, 2024
1 parent f54bbc9 commit 40bc5e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sqlite3/resultset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def initialize db, stmt
def reset(*bind_params)
@stmt.reset!
@stmt.bind_params(*bind_params)
@eof = false
end

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

0 comments on commit 40bc5e2

Please sign in to comment.