summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2126_Regression/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2126_Regression/test.cpp')
-rw-r--r--TAO/tests/Bug_2126_Regression/test.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tests/Bug_2126_Regression/test.cpp b/TAO/tests/Bug_2126_Regression/test.cpp
deleted file mode 100644
index 6002cf0c9e9..00000000000
--- a/TAO/tests/Bug_2126_Regression/test.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * @file test.cpp
- *
- * $Id$
- */
-
-#include "TestC.h"
-
-int main( int argc, char* argv[] )
-{
- ACE_UNUSED_ARG( argc ) ;
- ACE_UNUSED_ARG( argv ) ;
-
- return 0 ;
-}