From 3b499263ec71f0e5b775cb8b52a2c04f2e587853 Mon Sep 17 00:00:00 2001 From: Srivats P Date: Mon, 3 Apr 2023 12:54:13 +0530 Subject: [PATCH] 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 --- server/pcaptxttagstats.h | 1 - 1 file changed, 1 deletion(-) diff --git a/server/pcaptxttagstats.h b/server/pcaptxttagstats.h index 5f36539..20dcb9e 100644 --- a/server/pcaptxttagstats.h +++ b/server/pcaptxttagstats.h @@ -49,7 +49,6 @@ private: volatile bool stop_{false}; int portId_; - struct pcap_stat lastPcapStats_; StreamTiming *timing_{nullptr}; };