diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 17:02:47 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 17:02:47 +0200 |
commit | 2f07de3b6cacf44462635ab0fff56391b491e454 (patch) | |
tree | 3914110c3522d334caa89bbb2920d5fe5671cdda /src/shared/path-lookup.h | |
parent | d52bc7015f3fa1b80cf236ee05b74ff805fc8630 (diff) |
Get rid of some more unused defines and dirs
Diffstat (limited to 'src/shared/path-lookup.h')
-rw-r--r-- | src/shared/path-lookup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/path-lookup.h b/src/shared/path-lookup.h index 2e0d3f7bda..3982974bad 100644 --- a/src/shared/path-lookup.h +++ b/src/shared/path-lookup.h @@ -39,8 +39,6 @@ typedef enum SystemdRunningAs { int user_config_home(char **config_home); int user_runtime_dir(char **runtime_dir); -char **generator_paths(SystemdRunningAs running_as); - int lookup_paths_init(LookupPaths *p, SystemdRunningAs running_as, bool personal, |