This is an automated email from the ASF dual-hosted git repository.

scw00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 09b02b4  cppcheck: Remove an unused private function
09b02b4 is described below

commit 09b02b49991dd6675a151703c2c85da21661737b
Author: Masakazu Kitajo <mas...@apache.org>
AuthorDate: Wed Apr 24 13:44:44 2019 +0800

    cppcheck: Remove an unused private function
---
 iocore/net/P_UDPNet.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/iocore/net/P_UDPNet.h b/iocore/net/P_UDPNet.h
index e54ba6c..9368cbb 100644
--- a/iocore/net/P_UDPNet.h
+++ b/iocore/net/P_UDPNet.h
@@ -270,12 +270,6 @@ public:
     }
     return HRTIME_FOREVER;
   }
-
-private:
-  void
-  kill_cancelled_events()
-  {
-  }
 };
 
 class UDPQueue

Reply via email to