summaryrefslogtreecommitdiffstats
path: root/src/latency.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/latency.cpp')
-rw-r--r--src/latency.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/latency.cpp b/src/latency.cpp
index 0303e89a..a7652bed 100644
--- a/src/latency.cpp
+++ b/src/latency.cpp
@@ -177,9 +177,6 @@ void CCPortLatency::reset(){
m_seq_error=0;
m_length_error=0;
m_no_ipv4_option=0;
- for (int i = 0; i < MAX_FLOW_STATS; i++) {
- m_rx_pg_stat[i].clear();
- }
m_hist.Reset();
}
@@ -568,7 +565,6 @@ bool CLatencyManager::Create(CLatencyManagerCfg * cfg){
return (true);
}
-
void CLatencyManager::send_pkt_all_ports(){
m_start_time = os_get_hr_tick_64();
int i;