EthernetPacketizer: Resolve warnings

pull/32/head
Paul Hollinsky 2021-03-23 14:36:10 -04:00
parent 92790330f1
commit 4bca43028c
1 changed files with 0 additions and 2 deletions

View File

@ -64,8 +64,6 @@ private:
uint16_t reassemblingId = 0;
std::vector<uint8_t> reassemblingData;
uint16_t sequenceDown = 0;
uint16_t sequenceUp = 0;
bool gotUp = false; // Mark whether sequenceUp is actually valid
std::vector<uint8_t> processedUpBytes;
std::vector< std::vector<uint8_t> > processedDownPackets;