summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1627_Regression/Test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1627_Regression/Test_i.cpp')
-rw-r--r--TAO/tests/Bug_1627_Regression/Test_i.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/tests/Bug_1627_Regression/Test_i.cpp b/TAO/tests/Bug_1627_Regression/Test_i.cpp
deleted file mode 100644
index 70ccbb17d47..00000000000
--- a/TAO/tests/Bug_1627_Regression/Test_i.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-// $Id$
-//
-#include "Test_i.h"
-
-Test_i::Test_i()
-{
- // Noop
-}
-
-Test_i::~Test_i()
-{
- // Noop
-}
-
-void
-Test_i::test_method (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
- // Noop
-}