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