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;