From: Thomas Hindoe Paaboel Andersen Date: Sun, 11 Oct 2015 14:42:22 +0000 (+0200) Subject: shared: remove an unused variable X-Git-Tag: v228~220^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1532%2Fhead;p=thirdparty%2Fsystemd.git shared: remove an unused variable --- diff --git a/src/shared/fstab-util.c b/src/shared/fstab-util.c index db2146f8c11..c065adcfdfa 100644 --- a/src/shared/fstab-util.c +++ b/src/shared/fstab-util.c @@ -25,7 +25,6 @@ #include "util.h" bool fstab_is_mount_point(const char *mount) { - _cleanup_free_ char *device = NULL; _cleanup_endmntent_ FILE *f = NULL; struct mntent *m;