summaryrefslogtreecommitdiff
path: root/src/shared/fstab-util.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-10-11 16:42:22 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-10-11 19:40:54 +0200
commit2366ab3026fc3a52dee17bba1b3a60eaa655c2eb (patch)
tree5e66074c7fbbf540bd56bb157d17792fcd094466 /src/shared/fstab-util.c
parentac9455efdd4b455acf1ead9eccd549ff662ccf81 (diff)
shared: remove an unused variable
Diffstat (limited to 'src/shared/fstab-util.c')
-rw-r--r--src/shared/fstab-util.c1
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;