Skip to content

Commit

Permalink
Remove unused variable in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Sep 5, 2024
1 parent 65c5031 commit 070b72b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/helpers/tcp_gate_scheduler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def write( transfer_until: )
end
break if @transfer_until != :eof && (!read_str || read_str.bytesize < len)
end
@until_writeable = false
@pending_write = false
end

Expand Down

0 comments on commit 070b72b

Please sign in to comment.