]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
gpt-auto-generator: remove unused variable 864/head
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 4 Aug 2015 20:36:21 +0000 (22:36 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 4 Aug 2015 20:36:21 +0000 (22:36 +0200)
src/gpt-auto-generator/gpt-auto-generator.c

index 50acb7595c8fa8310dbbd46793968de28de77bf4..9d889c17d8df71d7c3be842ce7ffd9cb9a97eb17 100644 (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;