commit 68452021cb48a6689cdd52fdca434ee10ff76c99 parent 6130a29d6ad2dd65d9f7a469727bd546f446dbab Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Thu, 24 Sep 2020 13:52:16 +0300 test_concurrent_stop: removed unused define Diffstat:
| M | src/testcurl/test_concurrent_stop.c | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/testcurl/test_concurrent_stop.c b/src/testcurl/test_concurrent_stop.c @@ -41,12 +41,6 @@ #endif /** - * How many rounds of operations do we do for each - * test (total number of requests will be ROUNDS * PAR). - */ -#define ROUNDS 50000 - -/** * How many requests do we do in parallel? */ #define PAR (CPU_COUNT * 4)