Skip to content

Commit

Permalink
remove experimental pledged_input_size startproc hint
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed May 16, 2024
1 parent 04cd155 commit d5bb90e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/transcode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ function unsafe_transcode!(
input::Buffer,
)
error = Error()
# Note: pledged_input_size is currently experimental
code = startproc2(codec, :write, error; pledged_input_size=buffersize(input))
code = startproc2(codec, :write, error)
if code === :error
@goto error
end
Expand Down

0 comments on commit d5bb90e

Please sign in to comment.