core: remove unused variable

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2016-12-06 00:07:34 +01:00
parent 11754a3486
commit 8fb242abc9
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ static int device_process_new(Manager *m, struct udev_device *dev) {
* aliases */
alias = udev_device_get_property_value(dev, "SYSTEMD_ALIAS");
for (;;) {
_cleanup_free_ char *word = NULL, *k = NULL;
_cleanup_free_ char *word = NULL;
r = extract_first_word(&alias, &word, NULL, EXTRACT_QUOTES);
if (r == 0)