summaryrefslogtreecommitdiff
path: root/src/shared/bus-util.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-17 18:21:47 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-18 09:36:35 +0200
commit23557132107439752e83d9bd8ebe1aa3338e3edd (patch)
tree75cbb29719f345246c9730196b720645da80d2c9 /src/shared/bus-util.c
parent54225bd06a4e1486277639fd0c1518968f264b42 (diff)
Prep v233.2: Mask unneeded functions and definitions in src/shared
Diffstat (limited to 'src/shared/bus-util.c')
-rw-r--r--src/shared/bus-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c
index 33d564368..f8ffa631c 100644
--- a/src/shared/bus-util.c
+++ b/src/shared/bus-util.c
@@ -1601,7 +1601,6 @@ int bus_property_get_rlimit(
return sd_bus_message_append(reply, "t", u);
}
-#endif // 0
int bus_track_add_name_many(sd_bus_track *t, char **l) {
int r = 0;
@@ -1621,3 +1620,4 @@ int bus_track_add_name_many(sd_bus_track *t, char **l) {
return r;
}
+#endif // 0