summaryrefslogtreecommitdiff
path: root/ace/DEV.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/DEV.inl')
-rw-r--r--ace/DEV.inl18
1 files changed, 0 insertions, 18 deletions
diff --git a/ace/DEV.inl b/ace/DEV.inl
deleted file mode 100644
index e00f4fc705e..00000000000
--- a/ace/DEV.inl
+++ /dev/null
@@ -1,18 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE int
-ACE_DEV::disable (int signum) const
-{
-#if defined (ACE_WIN32)
- ACE_UNUSED_ARG (signum) ;
- return 0 ;
-#else /* ACE_WIN32 */
- return ACE_IO_SAP::disable (signum) ;
-#endif /* ACE_WIN32 */
-}
-
-ACE_END_VERSIONED_NAMESPACE_DECL