From: Jordan Lee Date: Sun, 6 Dec 2015 16:39:38 +0000 (+0000) Subject: remove unused macro X-Git-Tag: 2.90~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=562f56459f285bc9ef7231f990dea28abbb744f3;p=transmission remove unused macro --- diff --git a/libtransmission/utils-test.c b/libtransmission/utils-test.c index 2100e30cc..f7c6f5428 100644 --- a/libtransmission/utils-test.c +++ b/libtransmission/utils-test.c @@ -25,13 +25,10 @@ #include "utils.h" #include "web.h" -#define NUM_LOOPS 1 #define SPEED_TEST 0 #if SPEED_TEST #define VERBOSE - #undef NUM_LOOPS - #define NUM_LOOPS 200 #endif #include "libtransmission-test.h"