summaryrefslogtreecommitdiff
path: root/apps/JAWS/stress_testing/cp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS/stress_testing/cp.cpp')
-rw-r--r--apps/JAWS/stress_testing/cp.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/JAWS/stress_testing/cp.cpp b/apps/JAWS/stress_testing/cp.cpp
deleted file mode 100644
index 4829735aaa8..00000000000
--- a/apps/JAWS/stress_testing/cp.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-// $Id$
-
-#include "cp.h"
-
-ACE_RCSID(stress_testing, cp, "$Id$")
-
-Client_Parameters::Client_Parameters(int i) {
-
- id = i;
-
-}