diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-12-19 22:06:47 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-12-19 22:06:47 +0100 |
commit | 051dfe8708e394a64e8ef6c281228763481ad32c (patch) | |
tree | af06691b91ea5a442a9915cfe0731faa79d28aa8 | |
parent | 4d47756b8fa5eb6bc75b7aa2345eb31e6bc10e9a (diff) |
remove unused variable
-rw-r--r-- | src/libudev/libudev-monitor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libudev/libudev-monitor.c b/src/libudev/libudev-monitor.c index 7971a8c655..ea7263f280 100644 --- a/src/libudev/libudev-monitor.c +++ b/src/libudev/libudev-monitor.c @@ -126,7 +126,6 @@ static bool udev_has_devtmpfs(struct udev *udev) { return false; FOREACH_LINE(line, f, return false) { - _cleanup_free_ char *opts = NULL; int mid; if (sscanf(line, "%i", &mid) != 1) |