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/core/dbus-snapshot.c | |
parent | af8601fa8b035426bba7916ebe08e4568d2e2cbd (diff) |
bus: remove static introspection file export
Diffstat (limited to 'src/core/dbus-snapshot.c')
-rw-r--r-- | src/core/dbus-snapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-snapshot.c b/src/core/dbus-snapshot.c index 2ae8574f59..9978df6022 100644 --- a/src/core/dbus-snapshot.c +++ b/src/core/dbus-snapshot.c @@ -44,7 +44,7 @@ BUS_UNIT_INTERFACES_LIST \ "org.freedesktop.systemd1.Snapshot\0" -const char bus_snapshot_interface[] _introspect_("Snapshot") = BUS_SNAPSHOT_INTERFACE; +const char bus_snapshot_interface[] = BUS_SNAPSHOT_INTERFACE; static const BusProperty bus_snapshot_properties[] = { { "Cleanup", bus_property_append_bool, "b", offsetof(Snapshot, cleanup) }, |