summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-24 17:20:08 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-24 17:20:08 +0000
commit05e5bbfb7ab200c9c102741dcfc03c73fed508e0 (patch)
treedaae3108cf5ef1d4c8edcf697148156f417d6916 /performance-tests
parent413e29b7db06b70776b51f3d499dde328860801c (diff)
downloadATCD-05e5bbfb7ab200c9c102741dcfc03c73fed508e0.tar.gz
ChangeLogTag:Tue Aug 24 12:19:29 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/TCP/tcp_test.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/performance-tests/TCP/tcp_test.cpp b/performance-tests/TCP/tcp_test.cpp
index 2e28ad7e348..86222eea2fa 100644
--- a/performance-tests/TCP/tcp_test.cpp
+++ b/performance-tests/TCP/tcp_test.cpp
@@ -530,14 +530,6 @@ main (int argc, char *argv[])
1);
break;
- case 'I':
- usecs = ACE_OS::atoi (getopt.optarg);
- if (usecs < 0)
- ACE_ERROR_RETURN ((LM_ERROR,
- "\nInvalid interval value\n\n"),
- 1);
- break;
-
case 'a':
use_reactor = SELECT;
break;