summaryrefslogtreecommitdiff
path: root/tests/DLL_Test_Parent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DLL_Test_Parent.cpp')
-rw-r--r--tests/DLL_Test_Parent.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/DLL_Test_Parent.cpp b/tests/DLL_Test_Parent.cpp
deleted file mode 100644
index 0664f5a7c92..00000000000
--- a/tests/DLL_Test_Parent.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// $Id$
-
-#include "DLL_Test_Parent.h"
-#include "ace/Log_Msg.h"
-
-ACE_RCSID (tests,
- DLL_Test_Parent,
- "$Id$")
-
-
-Parent::~Parent (void)
-{
-}
-
-void
-Parent::test (void)
-{
- ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("parent called\n")));
-}