summaryrefslogtreecommitdiff
path: root/src/shared/path-lookup.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-02-23 20:38:53 +0100
committerLennart Poettering <lennart@poettering.net>2016-04-12 13:43:29 +0200
commit1dfa3076cfbb00c48a26892b72148265ea3b69f3 (patch)
treecf3af34017ca416cbc560e7feb95e0e13a6e8eba /src/shared/path-lookup.h
parent4143c6c305fb7075aa071bcc8e7cf0f92f41e146 (diff)
core: drop SysV paths from path-lookup logic
We don't need it anymore, give that sysv-generator can determine the path on its own now.
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 26c83d6111..c53d293072 100644
--- a/src/shared/path-lookup.h
+++ b/src/shared/path-lookup.h
@@ -24,10 +24,6 @@
typedef struct LookupPaths {
char **unit_path;
-#ifdef HAVE_SYSV_COMPAT
- char **sysvinit_path;
- char **sysvrcnd_path;
-#endif
} LookupPaths;
typedef enum ManagerRunningAs {