summaryrefslogtreecommitdiff
path: root/src/shared/install.c
diff options
context:
space:
mode:
authorDaniel Buch <boogiewasthere@gmail.com>2013-10-27 12:45:52 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-10-27 11:51:22 -0400
commitfb15be839500c39f6c2f006f45306d439e1a7add (patch)
treee95c243d6316ab5c728ff3bd8db68db2f65eb54a /src/shared/install.c
parenta501033335ed402c8f7e86fe41a15531ba69abd7 (diff)
path_lookup: moved _cleanup_lookup_paths_free_ from install.c to path-lookup.h
Diffstat (limited to 'src/shared/install.c')
-rw-r--r--src/shared/install.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/install.c b/src/shared/install.c
index 3bced1a5ee..987b36d40b 100644
--- a/src/shared/install.c
+++ b/src/shared/install.c
@@ -44,7 +44,6 @@ typedef struct {
Hashmap *have_installed;
} InstallContext;
-#define _cleanup_lookup_paths_free_ _cleanup_(lookup_paths_free)
#define _cleanup_install_context_done_ _cleanup_(install_context_done)
static int lookup_paths_init_from_scope(LookupPaths *paths, UnitFileScope scope) {