mesa: remove unused INLINE macro from compiler.h
authorBrian Paul <brianp@vmware.com>
Thu, 26 Feb 2015 16:52:20 +0000 (09:52 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 26 Feb 2015 18:02:14 +0000 (11:02 -0700)
We now use 'inline' everywhere in Mesa.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/mesa/main/compiler.h

index cf9a686ced6e4f51c350ae55b81f08be8a697abd..dd65d079967006ed285b40ba6c9af87c9793e8c4 100644 (file)
@@ -91,13 +91,6 @@ extern "C" {
 #endif
 
 
-
-/* XXX: Use standard `inline` keyword instead */
-#ifndef INLINE
-#  define INLINE inline
-#endif
-
-
 /**
  * PUBLIC/USED macros
  *