summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/OS_NS_poll.h')
-rw-r--r--ACE/ace/OS_NS_poll.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/OS_NS_poll.h b/ACE/ace/OS_NS_poll.h
index a4f21d62f49..75291a0e155 100644
--- a/ACE/ace/OS_NS_poll.h
+++ b/ACE/ace/OS_NS_poll.h
@@ -35,7 +35,6 @@ class ACE_Time_Value;
namespace ACE_OS
{
-
ACE_NAMESPACE_INLINE_FUNCTION
int poll (struct pollfd *pollfds,
unsigned long len,
@@ -45,7 +44,6 @@ namespace ACE_OS
int poll (struct pollfd *pollfds,
unsigned long len,
const ACE_Time_Value &tv);
-
} /* namespace ACE_OS */
ACE_END_VERSIONED_NAMESPACE_DECL