install: remove unused variable

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2014-06-17 21:22:01 +02:00
parent 7613d0aec9
commit de228aabc8

View file

@ -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)