]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared: remove an unused variable 1532/head
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 11 Oct 2015 14:42:22 +0000 (16:42 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 11 Oct 2015 17:40:54 +0000 (19:40 +0200)
src/shared/fstab-util.c

index db2146f8c112c52f844ad669e8d8dab05034cfab..c065adcfdfa5468a7907f72391d8cfdb82d1138f 100644 (file)
@@ -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;