summaryrefslogtreecommitdiff
path: root/src/core/dbus-socket.c
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-10-21 00:38:19 +0200
committerKay Sievers <kay@vrfy.org>2013-10-21 00:41:26 +0200
commitca2871d9b027018c108e0cf7bbc4e5a919e300c3 (patch)
treece34890664ad9cfabd30d4314c22935aa928515f /src/core/dbus-socket.c
parentaf8601fa8b035426bba7916ebe08e4568d2e2cbd (diff)
bus: remove static introspection file export
Diffstat (limited to 'src/core/dbus-socket.c')
-rw-r--r--src/core/dbus-socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-socket.c b/src/core/dbus-socket.c
index 30c4b6302..60a8d0501 100644
--- a/src/core/dbus-socket.c
+++ b/src/core/dbus-socket.c
@@ -87,7 +87,7 @@
BUS_UNIT_INTERFACES_LIST \
"org.freedesktop.systemd1.Socket\0"
-const char bus_socket_interface[] _introspect_("Socket") = BUS_SOCKET_INTERFACE;
+const char bus_socket_interface[] = BUS_SOCKET_INTERFACE;
const char bus_socket_invalidating_properties[] =
"ExecStartPre\0"