summaryrefslogtreecommitdiff
path: root/src/libelogind/sd-bus/bus-match.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libelogind/sd-bus/bus-match.c')
-rw-r--r--src/libelogind/sd-bus/bus-match.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libelogind/sd-bus/bus-match.c b/src/libelogind/sd-bus/bus-match.c
index 132b37526..53c231331 100644
--- a/src/libelogind/sd-bus/bus-match.c
+++ b/src/libelogind/sd-bus/bus-match.c
@@ -909,6 +909,8 @@ fail:
return r;
}
+/// UNNEEDED by elogind
+#if 0
char *bus_match_to_string(struct bus_match_component *components, unsigned n_components) {
_cleanup_free_ FILE *f = NULL;
char *buffer = NULL;
@@ -948,6 +950,7 @@ char *bus_match_to_string(struct bus_match_component *components, unsigned n_com
return buffer;
}
+#endif // 0
int bus_match_add(
struct bus_match_node *root,