Repository: trafficserver
Updated Branches:
  refs/heads/master 644f58913 -> 56d38c676


esi: 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/56d38c67
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/56d38c67
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/56d38c67

Branch: refs/heads/master
Commit: 56d38c6768db397def937fef7fcc07c986a21a45
Parents: 644f589
Author: James Peach <jpe...@apache.org>
Authored: Mon Oct 20 16:12:40 2014 -0700
Committer: James Peach <jpe...@apache.org>
Committed: Mon Oct 20 16:12:40 2014 -0700

----------------------------------------------------------------------
 plugins/experimental/esi/lib/EsiGunzip.h | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/56d38c67/plugins/experimental/esi/lib/EsiGunzip.h
----------------------------------------------------------------------
diff --git a/plugins/experimental/esi/lib/EsiGunzip.h 
b/plugins/experimental/esi/lib/EsiGunzip.h
index 5ded024..b69b6b0 100644
--- a/plugins/experimental/esi/lib/EsiGunzip.h
+++ b/plugins/experimental/esi/lib/EsiGunzip.h
@@ -51,7 +51,6 @@ private:
   int _downstream_length;
   int _total_data_length;
   z_stream _zstrm;
-  uLong _crc;
 
   bool _init;  
   bool _success;

Reply via email to