mesa: remove unused #pragma export on/off lines
authorBrian Paul <brianp@vmware.com>
Mon, 28 Apr 2014 22:00:58 +0000 (16:00 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 28 Apr 2014 23:16:42 +0000 (17:16 -0600)
PRAGMA_EXPORT_SUPPORTED is never defined.

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

index 4e2932df7df44db834fd3636f12d5b5692438ec5..5b284802885cd1454ff30d46e6c28fffd04e4f62 100644 (file)
 #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