chiark / gitweb /
bus: remove static introspection file export
[elogind.git] / src / core / dbus-snapshot.c
index 2ae8574f5982e2b2ae16a4c8293f6710fc874653..9978df60225fee863f259bbf2ddefb20a35497e9 100644 (file)
@@ -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) },