summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc')
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc22
1 files changed, 0 insertions, 22 deletions
diff --git a/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc b/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
deleted file mode 100644
index 00eab99d176..00000000000
--- a/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
+++ /dev/null
@@ -1,22 +0,0 @@
-// $Id$
-project (RoundTrip_server) : strategies, ciao_component_dnc {
- exename = server
- after += Benchmark_skel
- libs += Benchmark_stub Benchmark_skel
- libpaths += ..
-
- IDL_Files {
- }
-
- Source_Files {
- server.cpp
- LatencyTest.cpp
- }
-
- Header_Files {
- LatencyTest.h
- }
-
- Inline_Files {
- }
-}