From f811c8e2a2bc186e2d325faf3160813387b6eba2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Nov 1999 17:05:44 +0000 Subject: Removed IT_COUNT since it was not used. --- c/src/tests/tmtests/include/timesys.h | 13 ------------- testsuites/tmtests/include/timesys.h | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/c/src/tests/tmtests/include/timesys.h b/c/src/tests/tmtests/include/timesys.h index 6ba5ea7d17..b2b6ac870f 100644 --- a/c/src/tests/tmtests/include/timesys.h +++ b/c/src/tests/tmtests/include/timesys.h @@ -31,19 +31,6 @@ #define OPERATION_COUNT 100 #endif -/* - * Some tests are repeated (iterated) multiple times over - * "operation count" operations. For example, a semaphore - * test may acquire and release the semaphore "operation count" - * times per loop and the body of the loop is repeated "iteration - * count" times. This value is a repitition factor which does - * not increase memory usage -- only execution time. - */ - -#ifndef IT_COUNT -#define IT_COUNT 100 -#endif - /* functions */ #define put_time( _message, _total_time, \ diff --git a/testsuites/tmtests/include/timesys.h b/testsuites/tmtests/include/timesys.h index 6ba5ea7d17..b2b6ac870f 100644 --- a/testsuites/tmtests/include/timesys.h +++ b/testsuites/tmtests/include/timesys.h @@ -31,19 +31,6 @@ #define OPERATION_COUNT 100 #endif -/* - * Some tests are repeated (iterated) multiple times over - * "operation count" operations. For example, a semaphore - * test may acquire and release the semaphore "operation count" - * times per loop and the body of the loop is repeated "iteration - * count" times. This value is a repitition factor which does - * not increase memory usage -- only execution time. - */ - -#ifndef IT_COUNT -#define IT_COUNT 100 -#endif - /* functions */ #define put_time( _message, _total_time, \ -- cgit v1.2.3