From: Thomas Hindoe Paaboel Andersen Date: Tue, 17 Jun 2014 19:22:01 +0000 (+0200) Subject: install: remove unused variable X-Git-Tag: v215~365 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=de228aabc833901e7c75aab8d62e58229e2a8bfc;p=elogind.git install: remove unused variable --- diff --git a/src/shared/install.c b/src/shared/install.c index c7cb52202..4f7179309 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)