diff options
Diffstat (limited to 'lib/util/attr.h')
-rw-r--r-- | lib/util/attr.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/util/attr.h b/lib/util/attr.h index f64b272a67..9b346459b6 100644 --- a/lib/util/attr.h +++ b/lib/util/attr.h @@ -29,12 +29,6 @@ /** Feel free to add definitions for other compilers here. */ #endif -#ifdef HAVE_VISIBILITY_ATTR -# define _PUBLIC_ __attribute__((visibility("default"))) -#else -# define _PUBLIC_ -#endif - #ifndef _DEPRECATED_ #if (__GNUC__ >= 3) && (__GNUC_MINOR__ >= 1 ) #define _DEPRECATED_ __attribute__ ((deprecated)) |