iosource/pcap/Source: remove unused fields last_hdr, last_data

This commit is contained in:
Max Kellermann 2020-02-10 10:26:50 +01:00
parent 4b8b6ec559
commit d1dc70c90f
2 changed files with 0 additions and 8 deletions

View file

@ -41,8 +41,6 @@ private:
pcap_t *pd;
struct pcap_pkthdr current_hdr;
struct pcap_pkthdr last_hdr;
const u_char* last_data;
};
}