summaryrefslogtreecommitdiff
path: root/src/test/test-tables.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-07-23 09:24:39 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-07-23 09:29:02 -0400
commit4bc5d27b942afa83cc3d95debd2ad48d42ac07a8 (patch)
tree2bc0e22fbdfcd9077062be00b167f9a78b11a18f /src/test/test-tables.c
parent8ae12e733c5369a7e6360eaa5c942ea05fe44bde (diff)
downloadsystemd-4bc5d27b942afa83cc3d95debd2ad48d42ac07a8.tar.gz
Drop busname unit type
Since busname units are only useful with kdbus, they weren't actively used. This was dead code, only compile-tested. If busname units are ever added back, it'll be cleaner to start from scratch (possibly reverting parts of this patch).
Diffstat (limited to 'src/test/test-tables.c')
-rw-r--r--src/test/test-tables.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/test-tables.c b/src/test/test-tables.c
index 294d219869..a16b04dbd2 100644
--- a/src/test/test-tables.c
+++ b/src/test/test-tables.c
@@ -19,7 +19,6 @@
#include "architecture.h"
#include "automount.h"
-#include "busname.h"
#include "cgroup.h"
#include "compress.h"
#include "condition.h"
@@ -54,9 +53,6 @@ int main(int argc, char **argv) {
test_table(architecture, ARCHITECTURE);
test_table(automount_result, AUTOMOUNT_RESULT);
test_table(automount_state, AUTOMOUNT_STATE);
- test_table(bus_policy_access, BUS_POLICY_ACCESS);
- test_table(busname_result, BUSNAME_RESULT);
- test_table(busname_state, BUSNAME_STATE);
test_table(cgroup_device_policy, CGROUP_DEVICE_POLICY);
test_table(condition_type, CONDITION_TYPE);
test_table(assert_type, CONDITION_TYPE);