From 3070ad266493e1340a53448a21f592c5d0cf8a50 Mon Sep 17 00:00:00 2001 From: Brandon Stepler Date: Thu, 11 Mar 2021 09:40:00 -0500 Subject: wanloadbalance: T3395: fix ICMP status line --- src/lbtest_icmp.cc | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/lbtest_icmp.cc') diff --git a/src/lbtest_icmp.cc b/src/lbtest_icmp.cc index 5bdc14d..743895c 100644 --- a/src/lbtest_icmp.cc +++ b/src/lbtest_icmp.cc @@ -173,17 +173,6 @@ LBTestICMP::send(int send_sock, const string &iface, const string &target_addr, } } -/** - * - * - **/ -string -LBTestICMP::status() -{ - //set the status line to be used when the show command is invoked - return name() + "\t" + string("Target: ") + _target; -} - /** -- cgit v1.2.3