From de228aabc833901e7c75aab8d62e58229e2a8bfc Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Tue, 17 Jun 2014 21:22:01 +0200 Subject: install: remove unused variable --- src/shared/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/install.c') diff --git a/src/shared/install.c b/src/shared/install.c index c7cb522028..4f7179309e 100644 --- a/src/shared/install.c +++ b/src/shared/install.c @@ -1128,7 +1128,7 @@ static int unit_file_search( * enablement was requested. We will check if it is * possible to load template unit file. */ - _cleanup_free_ char *template = NULL, *template_dir = NULL; + _cleanup_free_ char *template = NULL; template = unit_name_template(info->name); if (!template) -- cgit v1.2.3-54-g00ecf