Remove unused field or local var.
authorMartin Martin <mcm@fb.com>
Tue, 31 Oct 2017 21:09:59 +0000 (14:09 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 31 Oct 2017 21:14:33 +0000 (14:14 -0700)
Summary: Remove unused field or local var.

Reviewed By: terrelln

Differential Revision: D6199120

fbshipit-source-id: 616a2b2549c37bcb57d2f8c530b26089f24c2973

folly/compression/Compression.h

index 345eda82e97fc719e03f5ef70724858851f9eb1b..a6700acb2315d9e7c6e67b46acc6a00b896d9ee6 100644 (file)
@@ -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_{};