summaryrefslogtreecommitdiff
path: root/src/shared/path-lookup.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-08 08:45:34 +0200
committerSven Eden <yamakuzure@gmx.net>2017-03-14 09:58:27 +0100
commit9404b07fee7ec8d28016fbd14a6f4257bec98495 (patch)
tree4eee910c9f163446b4eba6e7cbcecdb9215d8ad3 /src/shared/path-lookup.h
parent3a00954cb95ec5416a1270456f1b68efa6185841 (diff)
Remove SysV compat
Diffstat (limited to 'src/shared/path-lookup.h')
-rw-r--r--src/shared/path-lookup.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/path-lookup.h b/src/shared/path-lookup.h
index e35c8d3c0..f4f9895bb 100644
--- a/src/shared/path-lookup.h
+++ b/src/shared/path-lookup.h
@@ -25,10 +25,6 @@
typedef struct LookupPaths {
char **unit_path;
-#ifdef HAVE_SYSV_COMPAT
- char **sysvinit_path;
- char **sysvrcnd_path;
-#endif
} LookupPaths;
typedef enum ManagerRunningAs {