From d747fca6c148c56d6bb0ff5e6d2f08a1809e7fff Mon Sep 17 00:00:00 2001 From: pedro Date: Fri, 25 Oct 2024 00:16:05 +0200 Subject: [PATCH] httpd: iperf.c: fix compiler warning --- release/src-rt-6.x.4708/router/httpd/iperf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/release/src-rt-6.x.4708/router/httpd/iperf.c b/release/src-rt-6.x.4708/router/httpd/iperf.c index 88f5cd3764..04f811f133 100644 --- a/release/src-rt-6.x.4708/router/httpd/iperf.c +++ b/release/src-rt-6.x.4708/router/httpd/iperf.c @@ -98,7 +98,6 @@ void wo_ttcprun(char *url) int byteLimitMode = 0; /* Time limit by default */ unsigned long long limit = 10; /* 10 Seconds, by default */ #if defined(TCONFIG_BCMARM) && defined(TCONFIG_BCMSMP) - char cpulist[2]; int cpu_num = sysconf(_SC_NPROCESSORS_CONF); if (cpu_num < 1) cpu_num = 1;