summaryrefslogtreecommitdiff
path: root/src/shared/path-lookup.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-19 17:02:47 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-19 17:02:47 +0200
commit2f07de3b6cacf44462635ab0fff56391b491e454 (patch)
tree3914110c3522d334caa89bbb2920d5fe5671cdda /src/shared/path-lookup.h
parentd52bc7015f3fa1b80cf236ee05b74ff805fc8630 (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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/path-lookup.h b/src/shared/path-lookup.h
index 2e0d3f7bd..3982974ba 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,