# HG changeset patch # User diego # Date 1190024096 0 # Node ID c0f471cc871d4f1a59bd4f2174c77d4bc3931a3c # Parent 18cfb83b7dc753d2655fda366c78edca7e4fe2ae Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to ARCH_SPARC anyway. diff -r 18cfb83b7dc7 -r c0f471cc871d sparc/dsputil_vis.c --- a/sparc/dsputil_vis.c Sun Sep 16 22:50:12 2007 +0000 +++ b/sparc/dsputil_vis.c Mon Sep 17 10:14:56 2007 +0000 @@ -25,8 +25,6 @@ #include "config.h" -#ifdef ARCH_SPARC - #include #include #include @@ -4097,5 +4095,3 @@ c->avg_no_rnd_pixels_tab[1][3] = MC_avg_no_round_xy_8_vis; } } - -#endif /* !(ARCH_SPARC) */