# HG changeset patch # User diego # Date 1194914904 0 # Node ID f6c4308239400d240c4034f8bb88166549cd676e # Parent 54304ff683cd6092ea18b073582a732783291709 Remove unused variable, fixes the warning: ppc/vc1dsp_altivec.c: In function ¡Ævc1_inv_trans_8x8_altivec¡Ç: ppc/vc1dsp_altivec.c:141: warning: unused variable ¡Ævec_5¡Ç diff -r 54304ff683cd -r f6c430823940 ppc/vc1dsp_altivec.c --- a/ppc/vc1dsp_altivec.c Mon Nov 12 22:29:37 2007 +0000 +++ b/ppc/vc1dsp_altivec.c Tue Nov 13 00:48:24 2007 +0000 @@ -138,7 +138,6 @@ vector signed int t0, t1, t2, t3, t4, t5, t6, t7; const vector signed int vec_64 = vec_sl(vec_splat_s32(4), vec_splat_u32(4)); const vector unsigned int vec_7 = vec_splat_u32(7); - const vector unsigned int vec_5 = vec_splat_u32(5); const vector unsigned int vec_4 = vec_splat_u32(4); const vector signed int vec_4s = vec_splat_s32(4); const vector unsigned int vec_3 = vec_splat_u32(3);