summaryrefslogtreecommitdiff
path: root/ACE/ace/Asynch_IO.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Asynch_IO.cpp')
-rw-r--r--ACE/ace/Asynch_IO.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/ACE/ace/Asynch_IO.cpp b/ACE/ace/Asynch_IO.cpp
index 64637f49a6b..e97457b75ee 100644
--- a/ACE/ace/Asynch_IO.cpp
+++ b/ACE/ace/Asynch_IO.cpp
@@ -124,14 +124,6 @@ ACE_Asynch_Operation::proactor () const
return this->implementation ()->proactor ();
}
-ACE_Asynch_Operation::ACE_Asynch_Operation ()
-{
-}
-
-ACE_Asynch_Operation::~ACE_Asynch_Operation ()
-{
-}
-
ACE_Proactor *
ACE_Asynch_Operation::get_proactor (ACE_Proactor *user_proactor,
ACE_Handler &handler) const