Mesa (master): mesa: remove unused #pragma export on/off lines

Brian Paul brianp at kemper.freedesktop.org
Mon Apr 28 23:18:12 UTC 2014


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Apr 28 16:00:58 2014 -0600

mesa: remove unused #pragma export on/off lines

PRAGMA_EXPORT_SUPPORTED is never defined.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77749
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 include/GL/gl.h |   17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/include/GL/gl.h b/include/GL/gl.h
index 4e2932d..5b28480 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -97,10 +97,6 @@
 #define GLAPIENTRYP GLAPIENTRY *
 #endif
 
-#if defined(PRAGMA_EXPORT_SUPPORTED)
-#pragma export on
-#endif
-
 /*
  * End system-specific stuff.
  **********************************************************************/
@@ -2112,19 +2108,6 @@ typedef void (APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum t
  **/
 
 
-
-/**********************************************************************
- * Begin system-specific stuff
- */
-#if defined(PRAGMA_EXPORT_SUPPORTED)
-#pragma export off
-#endif
-
-/*
- * End system-specific stuff
- **********************************************************************/
-
-
 #ifdef __cplusplus
 }
 #endif




More information about the mesa-commit mailing list