diff --git a/src/mesa/sparc/sparc_clip.S b/src/mesa/sparc/sparc_clip.S index 11aa8324ec2..a034acb2d00 100644 --- a/src/mesa/sparc/sparc_clip.S +++ b/src/mesa/sparc/sparc_clip.S @@ -12,11 +12,6 @@ #include "math/m_vector_asm.h" #endif -#define VEC_SIZE_1 1 -#define VEC_SIZE_2 3 -#define VEC_SIZE_3 7 -#define VEC_SIZE_4 15 - .register %g2, #scratch .register %g3, #scratch diff --git a/src/mesa/sparc/sparc_matrix.h b/src/mesa/sparc/sparc_matrix.h index d478b76802f..41f59bba0d6 100644 --- a/src/mesa/sparc/sparc_matrix.h +++ b/src/mesa/sparc/sparc_matrix.h @@ -15,11 +15,6 @@ #include "math/m_vector_asm.h" #endif -#define VEC_SIZE_1 1 -#define VEC_SIZE_2 3 -#define VEC_SIZE_3 7 -#define VEC_SIZE_4 15 - #define M0 %f16 #define M1 %f17 #define M2 %f18