1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

shared: remove an unused variable

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-10-11 16:42:22 +02:00
parent ac9455efdd
commit 2366ab3026

View 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;