summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2017-02-02 14:01:02 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2017-02-02 14:01:02 +0200
commit7c9861cd09fcbd4d0360acf9b64441c346c4ba12 (patch)
tree7951fd266b75e46d3400842af45075387c5cbc50 /src
parentae142588405743298d322310434ba28b9b8b8f74 (diff)
remove code inserted by incorrect merge resolve
Change-Id: Ic2c4e8ce8cd5eed8bea230603838dd66f05ef4ea Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'src')
-rw-r--r--src/stateless/cp/trex_stateless_port.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/stateless/cp/trex_stateless_port.h b/src/stateless/cp/trex_stateless_port.h
index 296e0d05..5c2c8397 100644
--- a/src/stateless/cp/trex_stateless_port.h
+++ b/src/stateless/cp/trex_stateless_port.h
@@ -390,19 +390,6 @@ public:
void get_hw_mac(std::string &hw_mac);
-
- /**
- * enable RX capture on port
- *
- */
- void start_rx_capture(const std::string &pcap_filename, uint64_t limit);
-
- /**
- * disable RX capture if on
- *
- */
- void stop_rx_capture();
-
/**
* start RX queueing of packets
*