Remove PcapTxTtagStats::handle_ member

PcaptxTtagStats inherits from PcapSession which already includes a protected
handle_ member.

This removal was likely left off when PcapTxTtagStats started inheriting from
PcapSession.
This commit is contained in:
Srivats P 2023-04-24 17:26:50 +05:30
parent 4ee91c1bc2
commit 6ba942d00f

View File

@ -44,7 +44,6 @@ private:
QString device_;
bool isDirectional_{true};
pcap_t *handle_{nullptr};
volatile State state_{kNotStarted};
volatile bool stop_{false};