Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: bjorn3 <[email protected]>
  • Loading branch information
folkertdev and bjorn3 authored Dec 3, 2024
1 parent 1556e3b commit fdaee95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libz-rs-sys-cdylib/zpipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ int def(FILE *source, FILE *dest, int level)
strm.zalloc = NULL;
strm.zfree = NULL;
#endif
fprintf(stderr, "what the hell");
strm.opaque = Z_NULL;
ret = deflateInit(&strm, level);
if (ret != Z_OK)
Expand Down Expand Up @@ -198,8 +197,6 @@ int main(int argc, char **argv)
{
int ret;

fputs("what the hell\n", stderr);

/* avoid end-of-line conversions */
SET_BINARY_MODE(stdin);
SET_BINARY_MODE(stdout);
Expand Down

0 comments on commit fdaee95

Please sign in to comment.