--- src/mesa/main/imports.h | 12 ------------ 1 file changed, 12 deletions(-)
diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index 863ac56f535..7e067dd23e3 100644 --- a/src/mesa/main/imports.h +++ b/src/mesa/main/imports.h @@ -206,18 +206,6 @@ static inline int IFLOOR(float f) } -/** - * Return 1 if this is a little endian machine, 0 if big endian. - */ -static inline GLboolean -_mesa_little_endian(void) -{ - const GLuint ui = 1; /* intentionally not static */ - return *((const GLubyte *) &ui); -} - - - /********************************************************************** * Functions */ -- 2.19.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev