diff --git a/include/icsneo/communication/ethernetpacketizer.h b/include/icsneo/communication/ethernetpacketizer.h index e341842..c14bcc3 100644 --- a/include/icsneo/communication/ethernetpacketizer.h +++ b/include/icsneo/communication/ethernetpacketizer.h @@ -64,8 +64,6 @@ private: uint16_t reassemblingId = 0; std::vector reassemblingData; uint16_t sequenceDown = 0; - uint16_t sequenceUp = 0; - bool gotUp = false; // Mark whether sequenceUp is actually valid std::vector processedUpBytes; std::vector< std::vector > processedDownPackets;