summaryrefslogtreecommitdiff
path: root/ACE/ace/Copy_Disabled.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Copy_Disabled.cpp')
-rw-r--r--ACE/ace/Copy_Disabled.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/ACE/ace/Copy_Disabled.cpp b/ACE/ace/Copy_Disabled.cpp
deleted file mode 100644
index d2fb124a182..00000000000
--- a/ACE/ace/Copy_Disabled.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * @file Copy_Disabled.cpp
- *
- * $Id$
- *
- * @author Carlos O'Ryan <coryan@uci.edu>
- */
-
-#include "ace/Copy_Disabled.h"
-
-
-ACE_RCSID (ace,
- Copy_Disabled,
- "$Id$")
-
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_Copy_Disabled::ACE_Copy_Disabled (void)
-{
-}
-
-ACE_END_VERSIONED_NAMESPACE_DECL