From 2bf756913120f5bf3c7abfd411b9eb7a8ed0345f Mon Sep 17 00:00:00 2001 From: coryan Date: Tue, 24 Aug 1999 17:20:08 +0000 Subject: ChangeLogTag:Tue Aug 24 12:19:29 1999 Carlos O'Ryan --- performance-tests/TCP/tcp_test.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'performance-tests') 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; -- cgit v1.2.1