# HG changeset patch # User lu_zero # Date 1219525838 0 # Node ID d1ec9f6c0be1282163de8660d152cc1c3beac91d # Parent ad4bf45b9b63ee2f5a43244c06ba2db577b91547 Remove unused variables diff -r ad4bf45b9b63 -r d1ec9f6c0be1 ppc/float_altivec.c --- a/ppc/float_altivec.c Sat Aug 23 21:09:46 2008 +0000 +++ b/ppc/float_altivec.c Sat Aug 23 21:10:38 2008 +0000 @@ -163,8 +163,6 @@ void float_to_int16_altivec(int16_t *dst, const float *src, int len) { int i; - vector float s0, s1; - vector signed int t0, t1; vector signed short d0, d1, d; vector unsigned char align; if(((long)dst)&15) //FIXME