Skip to content

Commit

Permalink
Remove unused write_byte.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 10, 2024
1 parent e52b725 commit 50ddc78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/protocol/hpack/compressor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ def initialize(buffer, context = Context.new, table_size_limit: nil)
attr :context
attr :offset

def write_byte(byte)
@buffer << byte.chr
end

def write_bytes(bytes)
@buffer << bytes
end
Expand Down

0 comments on commit 50ddc78

Please sign in to comment.