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:
parent
680f6eb89f
commit
596df69519
@ -49,7 +49,6 @@ private:
|
||||
volatile bool stop_{false};
|
||||
|
||||
int portId_;
|
||||
struct pcap_stat lastPcapStats_;
|
||||
|
||||
StreamTiming *timing_{nullptr};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user