Removed IT_COUNT since it was not used.

This commit is contained in:
Joel Sherrill
1999-11-18 17:05:44 +00:00
parent dd9c6e0d50
commit f811c8e2a2
2 changed files with 0 additions and 26 deletions

View File

@@ -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, \