# HG changeset patch # User lu_zero # Date 1165022901 0 # Node ID bd7f921813b1ea0b69b84fe4c3085817e71e8b84 # Parent b2c06cdd615407e39343aaf00a3af0dcf2d88b66 Unused variable removed diff -r b2c06cdd6154 -r bd7f921813b1 ppc/h264_altivec.c --- a/ppc/h264_altivec.c Fri Dec 01 20:38:54 2006 +0000 +++ b/ppc/h264_altivec.c Sat Dec 02 01:28:21 2006 +0000 @@ -202,7 +202,7 @@ vector signed short vsrc0ssH, vsrc1ssH; vector unsigned char vsrcCuc, vsrc2uc, vsrc3uc; vector signed short vsrc2ssH, vsrc3ssH, psum; - vector unsigned char vdst, ppsum, vfdst, fsum; + vector unsigned char vdst, ppsum, fsum; if (((unsigned long)dst) % 16 == 0) { fperm = (vector unsigned char)AVV(0x10, 0x11, 0x12, 0x13,