summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-01-12 09:34:38 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:22:32 +0100
commitfb047e8edd9fc19b4a65f2656df494a12add1d31 (patch)
tree23fb8fc5ce3be4d679a863b21c832eb20bf931fe /src/shared
parentd733c8628fed28abe166faa9e7fca7a3fb904f05 (diff)
Remove SysV compat
Diffstat (limited to 'src/shared')
-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 {