From: Brian Paul Date: Thu, 26 Feb 2015 16:52:20 +0000 (-0700) Subject: mesa: remove unused INLINE macro from compiler.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb2ddef15793bf75bdc13c9de997100b4f1d7927;p=mesa.git mesa: remove unused INLINE macro from compiler.h We now use 'inline' everywhere in Mesa. Reviewed-by: Alex Deucher --- diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index cf9a686ced6..dd65d079967 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -91,13 +91,6 @@ extern "C" { #endif - -/* XXX: Use standard `inline` keyword instead */ -#ifndef INLINE -# define INLINE inline -#endif - - /** * PUBLIC/USED macros *