gpt-auto-generator: remove unused variable

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-08-04 22:36:21 +02:00
parent 75440a51b2
commit 1ae2285324

View file

@ -250,7 +250,7 @@ static int add_automount(
const char *description,
usec_t timeout) {
_cleanup_free_ char *unit = NULL, *lnk = NULL, *crypto_what = NULL;
_cleanup_free_ char *unit = NULL, *lnk = NULL;
_cleanup_free_ char *opt, *p = NULL;
_cleanup_fclose_ FILE *f = NULL;
int r;