Revert D6745720: [folly][compression] Log (de)compression bytes
[folly.git] / folly / compression / Compression.h
index 345eda82e97fc719e03f5ef70724858851f9eb1b..456afcf250d9d7e36a2c100b411f5c4076fefd1e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2013-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -388,7 +388,6 @@ class StreamCodec : public Codec {
   };
   void assertStateIs(State expected) const;
 
-  CodecType type_;
   State state_{State::RESET};
   ByteRange previousInput_{};
   folly::Optional<uint64_t> uncompressedLength_{};