From 4bca43028cdc2f9d01b7ff4be93e1fe68e4b2db4 Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Tue, 23 Mar 2021 14:36:10 -0400 Subject: [PATCH] EthernetPacketizer: Resolve warnings --- include/icsneo/communication/ethernetpacketizer.h | 2 -- 1 file changed, 2 deletions(-) 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;