From 69a67d6aaec068654c0431e9156a91afcf75b7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-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.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/shared/path-lookup.c') diff --git a/src/shared/path-lookup.c b/src/shared/path-lookup.c index 7d53d859b6..46cfc12d7d 100644 --- a/src/shared/path-lookup.c +++ b/src/shared/path-lookup.c @@ -32,13 +32,6 @@ #include "path-util.h" #include "path-lookup.h" -static const char* const systemd_running_as_table[_SYSTEMD_RUNNING_AS_MAX] = { - [SYSTEMD_SYSTEM] = "system", - [SYSTEMD_USER] = "user" -}; - -DEFINE_STRING_TABLE_LOOKUP(systemd_running_as, SystemdRunningAs); - int user_config_home(char **config_home) { const char *e; char *r; -- cgit v1.2.3