chiark / gitweb /
bus: remove static introspection file export
[elogind.git] / src / shared / macro.h
index 3cf17bb8675b59b8b6b9f8d36bcc5c0c1fee16c7..d3f4245d5d0c0a72f503e34850796a4a1af2908b 100644 (file)
@@ -44,7 +44,6 @@
 #define _public_ __attribute__ ((visibility("default")))
 #define _hidden_ __attribute__ ((visibility("hidden")))
 #define _weakref_(x) __attribute__((weakref(#x)))
-#define _introspect_(x) __attribute__((section("introspect." x)))
 #define _alignas_(x) __attribute__((aligned(__alignof(x))))
 #define _cleanup_(x) __attribute__((cleanup(x)))