Mesa (master): mesa: remove unused INLINE macro from compiler.h

Brian Paul brianp at kemper.freedesktop.org
Thu Feb 26 19:29:37 UTC 2015


Module: Mesa
Branch: master
Commit: fb2ddef15793bf75bdc13c9de997100b4f1d7927
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb2ddef15793bf75bdc13c9de997100b4f1d7927

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Feb 26 09:52:20 2015 -0700

mesa: remove unused INLINE macro from compiler.h

We now use 'inline' everywhere in Mesa.

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

---

 src/mesa/main/compiler.h |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index cf9a686..dd65d07 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
  *




More information about the mesa-commit mailing list