summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Receiver/DDS_Receiver.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Receiver/DDS_Receiver.mpc')
-rw-r--r--CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Receiver/DDS_Receiver.mpc15
1 files changed, 0 insertions, 15 deletions
diff --git a/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Receiver/DDS_Receiver.mpc b/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Receiver/DDS_Receiver.mpc
deleted file mode 100644
index 9197cbfc596..00000000000
--- a/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Receiver/DDS_Receiver.mpc
+++ /dev/null
@@ -1,15 +0,0 @@
-project(*receiver_plain) : nddslib, acelib, taolib, typecode {
- after += DDS_Throughput_Base_stub_plain
- exename = DDS_receiver
- libpaths += ../lib
- libout = ../lib
- includes += ../Base
- libs += DDS_Throughput_Base_stub
-
- requires += dds4ccm_ndds
-
- Source_Files {
- Throughput_Receiver.cpp
- }
-}
-