Fix MacOS build break by removing unused member

PcapTxTtagStats::lastPcapStats_ was unused because debugStats() was moved to
PcapSession, but removing this member var was left out
This commit is contained in:
Srivats P 2023-04-03 12:54:13 +05:30
parent 680f6eb89f
commit 596df69519

View File

@ -49,7 +49,6 @@ private:
volatile bool stop_{false};
int portId_;
struct pcap_stat lastPcapStats_;
StreamTiming *timing_{nullptr};
};