diff options
author | Kay Sievers <kay@vrfy.org> | 2013-10-21 00:38:19 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-10-21 00:41:26 +0200 |
commit | ca2871d9b027018c108e0cf7bbc4e5a919e300c3 (patch) | |
tree | ce34890664ad9cfabd30d4314c22935aa928515f /src/shared/macro.h | |
parent | af8601fa8b035426bba7916ebe08e4568d2e2cbd (diff) |
bus: remove static introspection file export
Diffstat (limited to 'src/shared/macro.h')
-rw-r--r-- | src/shared/macro.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/macro.h b/src/shared/macro.h index 3cf17bb867..d3f4245d5d 100644 --- a/src/shared/macro.h +++ b/src/shared/macro.h @@ -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))) |