diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h index 9b6d248dd2b..3d7d7d25640 100644 --- a/src/gallium/include/pipe/p_compiler.h +++ b/src/gallium/include/pipe/p_compiler.h @@ -77,12 +77,6 @@ typedef unsigned char boolean; #define FALSE false #endif -/* XXX: Use standard `__func__` instead */ -#ifndef __FUNCTION__ -# define __FUNCTION__ __func__ -#endif - - /* This should match linux gcc cdecl semantics everywhere, so that we * just codegen one calling convention on all platforms. */