summaryrefslogtreecommitdiff
path: root/apps/JAWS/stress_testing/cp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS/stress_testing/cp.h')
-rw-r--r--apps/JAWS/stress_testing/cp.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/JAWS/stress_testing/cp.h b/apps/JAWS/stress_testing/cp.h
deleted file mode 100644
index ad2e5ddf31b..00000000000
--- a/apps/JAWS/stress_testing/cp.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// $Id$
-
-#include "util.h"
-#include "stats.h"
-
-class Client_Parameters {
-public:
- Client_Parameters(int);
- URL *url;
- static Stats *stats;
- static int tcp_nodelay;
- static int sockbufsiz;
- int id;
-};