summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_sys_socket.h
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2020-04-15 16:41:46 -0500
committerAdam Mitz <mitza@objectcomputing.com>2020-04-15 16:41:46 -0500
commit6bba4e6ab236c0357b76ed8f7e5e7792b608de22 (patch)
treef5738bee8c53013fb790729aedea0786566f2629 /ACE/ace/OS_NS_sys_socket.h
parent336b5d7ddb8a0d306e62e80b31f7838a4e359b36 (diff)
downloadATCD-6bba4e6ab236c0357b76ed8f7e5e7792b608de22.tar.gz
Support if_nametoindex on Windows - responded to review comments.
Diffstat (limited to 'ACE/ace/OS_NS_sys_socket.h')
-rw-r--r--ACE/ace/OS_NS_sys_socket.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/OS_NS_sys_socket.h b/ACE/ace/OS_NS_sys_socket.h
index 3c34e452902..faa6cd9bdfb 100644
--- a/ACE/ace/OS_NS_sys_socket.h
+++ b/ACE/ace/OS_NS_sys_socket.h
@@ -75,10 +75,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Accept_QoS_Params;
class ACE_QoS_Params;
-#if defined(ACE_WIN32)
- struct if_nameindex {};
-#endif
-
namespace ACE_OS
{