Fix case where ssl cert does not match key
[folly.git] / 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_{};