From b4ce40cb5542d4a6d643458411ccba86e13c3b61 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Fri, 19 Sep 2008 11:50:50 -0400 Subject: Fixing the manual stack handling code --- tests/cwrs32-test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/cwrs32-test.c b/tests/cwrs32-test.c index 6b193e3..9b6aa97 100644 --- a/tests/cwrs32-test.c +++ b/tests/cwrs32-test.c @@ -24,7 +24,6 @@ int main(int _argc,char **_argv){ celt_uint32_t u[NMAX>MMAX+2?NMAX:MMAX+2]; int y[NMAX]; celt_uint32_t v; - int k; memcpy(u,uu,n*sizeof(*u)); cwrsi32(n,m,i,nc,y,u); /*printf("%6u of %u:",i,nc); -- cgit v1.2.3