From 69a67d6aaec068654c0431e9156a91afcf75b7dd Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 6 Jan 2014 21:26:20 -0500 Subject: core: remove systemd_running_as lookup functions They are unused and unlikely to ever be. --- src/shared/path-lookup.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/shared/path-lookup.h') diff --git a/src/shared/path-lookup.h b/src/shared/path-lookup.h index 4c77bee393..2fe8173f44 100644 --- a/src/shared/path-lookup.h +++ b/src/shared/path-lookup.h @@ -40,9 +40,6 @@ typedef enum SystemdRunningAs { #define _cleanup_lookup_paths_free_ _cleanup_(lookup_paths_free) -const char* systemd_running_as_to_string(SystemdRunningAs i) _const_; -SystemdRunningAs systemd_running_as_from_string(const char *s) _pure_; - int user_config_home(char **config_home); int lookup_paths_init(LookupPaths *p, -- cgit v1.2.3-54-g00ecf