aboutsummaryrefslogtreecommitdiffstats
path: root/zlib-flate
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-08-31 14:43:48 +0200
committerJay Berkenbilt <ejb@ql.org>2019-08-31 14:43:48 +0200
commitdfb447ee4f1d433bc9b3268e929ec7e838fe2c8e (patch)
tree8ee40c08becf8384c6f9fb1ecc2fa03444098b42 /zlib-flate
parent0787ec962098e2ab88ba70ba5e2ec7e2e5dfc65f (diff)
downloadqpdf-dfb447ee4f1d433bc9b3268e929ec7e838fe2c8e.tar.zst
Remove stray TODO comment
Diffstat (limited to 'zlib-flate')
-rw-r--r--zlib-flate/zlib-flate.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/zlib-flate/zlib-flate.cc b/zlib-flate/zlib-flate.cc
index d437b6fd..4d65bcc3 100644
--- a/zlib-flate/zlib-flate.cc
+++ b/zlib-flate/zlib-flate.cc
@@ -49,7 +49,6 @@ int main(int argc, char* argv[])
{
usage();
}
- // QXXXQ level
Pl_Flate::action_e action = Pl_Flate::a_inflate;