Commit 1071e662 authored by Martin Martin's avatar Martin Martin Committed by Facebook Github Bot

Remove unused field or local var.

Summary: Remove unused field or local var.

Reviewed By: terrelln

Differential Revision: D6199120

fbshipit-source-id: 616a2b2549c37bcb57d2f8c530b26089f24c2973
parent b82902de
...@@ -388,7 +388,6 @@ class StreamCodec : public Codec { ...@@ -388,7 +388,6 @@ class StreamCodec : public Codec {
}; };
void assertStateIs(State expected) const; void assertStateIs(State expected) const;
CodecType type_;
State state_{State::RESET}; State state_{State::RESET};
ByteRange previousInput_{}; ByteRange previousInput_{};
folly::Optional<uint64_t> uncompressedLength_{}; folly::Optional<uint64_t> uncompressedLength_{};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment