diff options
Diffstat (limited to 'nx-X11/extras/Mesa/src/mesa/math/m_debug_norm.c')
-rw-r--r-- | nx-X11/extras/Mesa/src/mesa/math/m_debug_norm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nx-X11/extras/Mesa/src/mesa/math/m_debug_norm.c b/nx-X11/extras/Mesa/src/mesa/math/m_debug_norm.c index e40399855..4eac6f6dc 100644 --- a/nx-X11/extras/Mesa/src/mesa/math/m_debug_norm.c +++ b/nx-X11/extras/Mesa/src/mesa/math/m_debug_norm.c @@ -38,11 +38,6 @@ #include "m_debug_util.h" -#ifdef __UNIXOS2__ -/* The linker doesn't like empty files */ -static char dummy; -#endif - #ifdef DEBUG /* This code only used for debugging */ |