From fb15be839500c39f6c2f006f45306d439e1a7add Mon Sep 17 00:00:00 2001 From: Daniel Buch Date: Sun, 27 Oct 2013 12:45:52 +0100 Subject: path_lookup: moved _cleanup_lookup_paths_free_ from install.c to path-lookup.h --- src/shared/install.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/shared/install.c') 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) { -- cgit v1.2.3-54-g00ecf