CLEANUP: compression: remove unused deinit_comp_ctx section
authorWilliam Dauchy <w.dauchy@criteo.com>
Sat, 11 Jan 2020 10:40:42 +0000 (11:40 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 15 Jan 2020 09:58:17 +0000 (10:58 +0100)
commit8602394040fa5754ce8159302a56d0d304b0a0c6
tree883a0b8722c1a7a1997897f9c48c5cdd4027bca1
parent238ea3bd756176cb1112a1038dec31215e6785f5
CLEANUP: compression: remove unused deinit_comp_ctx section

Since commit 27d93c3f9428 ("BUG/MAJOR: compression/cache: Make it
really works with these both filters"), we no longer use section
deinit_comp_ctx.

This should fix github issue #441

Signed-off-by: William Dauchy <w.dauchy@criteo.com>
src/flt_http_comp.c