From: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date: Fri, 17 Feb 2017 17:08:20 +0000
Subject: [PATCH 08/12] config-parser: Remove dead code from system service
dirs test
progs was never used, because it was originally only used on
Windows, where this test makes no sense and so is no longer run.
It is unnecessary to check that the system service directories end
with dbus-1/system-services, because we are going to check their
exact values a short time later anyway.
It is also unnecessary to set XDG_DATA_HOME and XDG_DATA_DIRS,
because those variables are no longer respected for system service
directories, only for session service directories.
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
---
bus/config-parser.c | 40 ----------------------------------------
1 file changed, 40 deletions(-)