X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fbus-util.c;fp=src%2Fshared%2Fbus-util.c;h=8bba92092f51eac37102818faba3cef111888d57;hb=d039bb6e747bf119406f28a63fac10b7970260b7;hp=d22a613af56c9b4e794726fd6f461c0d1850fbc4;hpb=0a197f579a42f75c0f448a50f9f1cf89aac71771;p=elogind.git diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c index d22a613af..8bba92092 100644 --- a/src/shared/bus-util.c +++ b/src/shared/bus-util.c @@ -1334,6 +1334,7 @@ int bus_property_get_bool( return sd_bus_message_append_basic(reply, 'b', &b); } +#if 0 /// UNNEEDED by elogind int bus_property_get_id128( sd_bus *bus, const char *path, @@ -1350,6 +1351,7 @@ int bus_property_get_id128( else return sd_bus_message_append_array(reply, 'y', id->bytes, 16); } +#endif // 0 #if __SIZEOF_SIZE_T__ != 8 int bus_property_get_size(