diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-10-11 16:42:22 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-10-11 19:40:54 +0200 |
commit | 2366ab3026fc3a52dee17bba1b3a60eaa655c2eb (patch) | |
tree | 5e66074c7fbbf540bd56bb157d17792fcd094466 | |
parent | ac9455efdd4b455acf1ead9eccd549ff662ccf81 (diff) |
shared: remove an unused variable
-rw-r--r-- | src/shared/fstab-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/fstab-util.c b/src/shared/fstab-util.c index db2146f8c1..c065adcfdf 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; |