summaryrefslogtreecommitdiff
path: root/ace/Ping_Socket.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Ping_Socket.inl')
-rw-r--r--ace/Ping_Socket.inl13
1 files changed, 0 insertions, 13 deletions
diff --git a/ace/Ping_Socket.inl b/ace/Ping_Socket.inl
deleted file mode 100644
index c331b21cea7..00000000000
--- a/ace/Ping_Socket.inl
+++ /dev/null
@@ -1,13 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE char *
-ACE_Ping_Socket::icmp_recv_buff (void)
-{
- return this->icmp_recv_buff_;
-}
-
-ACE_END_VERSIONED_NAMESPACE_DECL