remove unused variable

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2013-12-19 22:06:47 +01:00
parent 4d47756b8f
commit 051dfe8708

View file

@ -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)