diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-24 17:20:08 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-24 17:20:08 +0000 |
commit | 2bf756913120f5bf3c7abfd411b9eb7a8ed0345f (patch) | |
tree | daae3108cf5ef1d4c8edcf697148156f417d6916 /performance-tests | |
parent | 7cdf8fd6f4034414e4b527f70e02ca42731812c0 (diff) | |
download | ATCD-2bf756913120f5bf3c7abfd411b9eb7a8ed0345f.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.cpp | 8 |
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; |