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 3d61cfe commit 6e2795a
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 @@ -71,7 +71,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 6e2795a

Please sign in to comment.