summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/tests/tmtests/include/timesys.h13
-rw-r--r--testsuites/tmtests/include/timesys.h13
2 files changed, 0 insertions, 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, \