diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2020-06-02 09:24:50 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-06-08 21:16:31 +0200 |
commit | feaa6b7993eaff361f663deff255881e7e2197e1 (patch) | |
tree | 96e0dae169c84643c277338e6c39ec868017a144 /deflate_p.h | |
parent | 36e0e0bdf0c71c760452c48104d4e10ca3b34b72 (diff) |
Move Tracev flush statement into flush_pending.
Diffstat (limited to 'deflate_p.h')
-rw-r--r-- | deflate_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deflate_p.h b/deflate_p.h index aaa9c97..09746a7 100644 --- a/deflate_p.h +++ b/deflate_p.h @@ -65,7 +65,6 @@ static inline int zng_tr_tally_dist(deflate_state *s, unsigned dist, unsigned ch (last)); \ s->block_start = s->strstart; \ flush_pending(s->strm); \ - Tracev((stderr, "[FLUSH]")); \ } /* Same but force premature exit if necessary. */ |