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