summaryrefslogtreecommitdiff
path: root/ace/Method_Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Method_Object.cpp')
-rw-r--r--ace/Method_Object.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/ace/Method_Object.cpp b/ace/Method_Object.cpp
deleted file mode 100644
index d370b8f10db..00000000000
--- a/ace/Method_Object.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-// Method_Object.cpp
-// $Id$
-
-#define ACE_BUILD_DLL
-#include "ace/Method_Object.h"
-
-ACE_RCSID(ace, Method_Object, "$Id$")
-
-ACE_Method_Object::ACE_Method_Object (void)
-{
-}
-
-ACE_Method_Object::~ACE_Method_Object (void)
-{
-}
-