summaryrefslogtreecommitdiffstats
path: root/src/stateless/cp/trex_stateless_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stateless/cp/trex_stateless_port.h')
-rw-r--r--src/stateless/cp/trex_stateless_port.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stateless/cp/trex_stateless_port.h b/src/stateless/cp/trex_stateless_port.h
index 5c2c8397..a1f7b76a 100644
--- a/src/stateless/cp/trex_stateless_port.h
+++ b/src/stateless/cp/trex_stateless_port.h
@@ -358,18 +358,6 @@ public:
return m_rx_count_num;
}
- /**
- * return true if port adds CRC to a packet (not occurs for
- * VNICs)
- *
- * @author imarom (24-Feb-16)
- *
- * @return bool
- */
- bool has_crc_added() const {
- return m_api_info.has_crc;
- }
-
TrexPortOwner & get_owner() {
return m_owner;
}