summaryrefslogtreecommitdiff
path: root/ace/Multiplexor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Multiplexor.cpp')
-rw-r--r--ace/Multiplexor.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/ace/Multiplexor.cpp b/ace/Multiplexor.cpp
deleted file mode 100644
index 42b5eb753a6..00000000000
--- a/ace/Multiplexor.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-// Multiplexor.cpp
-// $Id$
-
-#if defined (ACE_HAS_THREADS)
-
-#define ACE_BUILD_DLL
-#include "ace/Multiplexor.h"
-
-#if !defined (__ACE_INLINE__)
-#include "ace/Multiplexor.i"
-#endif /* __ACE_INLINE__ */
-
-#endif /* ACE_HAS_THREADS */