Skip to content

Commit

Permalink
Update ext/zlib/zlib.c
Browse files Browse the repository at this point in the history
Co-authored-by: Nobuyoshi Nakada <[email protected]>
  • Loading branch information
ioquatix and nobu authored Nov 20, 2024
1 parent cb25f36 commit 4bf0940
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/zlib/zlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -2260,7 +2260,6 @@ rb_inflate_inflate(int argc, VALUE* argv, VALUE obj)
{
struct zstream *z = get_zstream(obj);
struct rb_zlib_inflate_arguments arguments = {z, argc, argv};

return rb_mutex_synchronize(z->mutex, rb_inflate_inflate_body, (VALUE)&arguments);
}

Expand Down

0 comments on commit 4bf0940

Please sign in to comment.