Repository: trafficserver Updated Branches: refs/heads/master d1162479a -> be428d6f4
gzip: remove unused variable Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/be428d6f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/be428d6f Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/be428d6f Branch: refs/heads/master Commit: be428d6f48fcbcd488aa61a6b43603b8f54df9e5 Parents: d116247 Author: James Peach <[email protected]> Authored: Thu Jul 24 15:04:06 2014 -0700 Committer: James Peach <[email protected]> Committed: Thu Jul 24 15:04:11 2014 -0700 ---------------------------------------------------------------------- plugins/gzip/misc.cc | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/be428d6f/plugins/gzip/misc.cc ---------------------------------------------------------------------- diff --git a/plugins/gzip/misc.cc b/plugins/gzip/misc.cc index 5e5f107..7e88b9a 100644 --- a/plugins/gzip/misc.cc +++ b/plugins/gzip/misc.cc @@ -29,8 +29,6 @@ #include <inttypes.h> #include "debug_macros.h" -const int DICT_SIZE = 800000; - voidpf gzip_alloc(voidpf /* opaque ATS_UNUSED */, uInt items, uInt size) {
