summaryrefslogtreecommitdiff
path: root/ACE/protocols/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc')
-rw-r--r--ACE/protocols/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc19
1 files changed, 0 insertions, 19 deletions
diff --git a/ACE/protocols/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc b/ACE/protocols/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc
deleted file mode 100644
index 61e59146a93..00000000000
--- a/ACE/protocols/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- MPC -*-
-//
-// $Id$
-
-project(*Server): aceexe, htbp {
- exename = server
-
- Source_Files {
- server.cpp
- }
-}
-
-project(*Client): aceexe, htbp {
- exename = client
-
- Source_Files {
- client.cpp
- }
-}