diff options
Diffstat (limited to 'src/shared/path-lookup.h')
-rw-r--r-- | src/shared/path-lookup.h | 4 |
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 { |