diff options
Diffstat (limited to 'src/egl/main/eglcompiler.h')
-rw-r--r-- | src/egl/main/eglcompiler.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/egl/main/eglcompiler.h b/src/egl/main/eglcompiler.h index 2e1c8b92f7b..f5fb8693101 100644 --- a/src/egl/main/eglcompiler.h +++ b/src/egl/main/eglcompiler.h @@ -31,9 +31,6 @@ #define EGLCOMPILER_INCLUDED -#include "c99_compat.h" /* __func__, etc. */ - - /** * Get standard integer types */ @@ -79,11 +76,6 @@ # endif #endif -/* XXX: Use standard `__func__` instead */ -#ifndef __FUNCTION__ -# define __FUNCTION__ __func__ -#endif - #define STATIC_ASSERT(COND) \ do { \ (void) sizeof(char [1 - 2*!(COND)]); \ |