summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/Lookup/lookup_test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/IDL3/Lookup/lookup_test.mpc')
-rw-r--r--TAO/CIAO/tests/IDL3/Lookup/lookup_test.mpc19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/CIAO/tests/IDL3/Lookup/lookup_test.mpc b/TAO/CIAO/tests/IDL3/Lookup/lookup_test.mpc
deleted file mode 100644
index 9814f248c5a..00000000000
--- a/TAO/CIAO/tests/IDL3/Lookup/lookup_test.mpc
+++ /dev/null
@@ -1,19 +0,0 @@
-// $Id$
-
-project(LookupTest_stub): ciao_client_dnc {
-
- sharedname = LookupTest_stub
- idlflags += -Sc
-
- IDL_Files {
- lookup_test.idl
- }
-
- Source_Files {
- lookup_testC.cpp
- }
-
- Header_Files {
- lookup_testC.h
- }
-}