From ca2871d9b027018c108e0cf7bbc4e5a919e300c3 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 21 Oct 2013 00:38:19 +0200 Subject: bus: remove static introspection file export --- src/shared/macro.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/shared') 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))) -- cgit v1.2.3-54-g00ecf