Mercurial > stress-tester
changeset 1069:7f90462908c1
minor
author | Devel 2 |
---|---|
date | Mon, 27 Apr 2020 15:15:11 +0200 |
parents | 4cc986525893 |
children | a87e4e140075 |
files | stress-tester/src/main/java/com/passus/st/emitter/raw/UnidirectionalRawPacketWorker.java |
diffstat | 1 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/stress-tester/src/main/java/com/passus/st/emitter/raw/UnidirectionalRawPacketWorker.java Mon Apr 27 14:28:29 2020 +0200 +++ b/stress-tester/src/main/java/com/passus/st/emitter/raw/UnidirectionalRawPacketWorker.java Mon Apr 27 15:15:11 2020 +0200 @@ -325,18 +325,6 @@ break; } } - - } - } - - private static class PcapInstance { - - private final PcapOutput pcap; - - private int borrows; - - public PcapInstance(PcapOutput pcap) { - this.pcap = pcap; } } }