chiark / gitweb /
remove unused variable
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 19 Dec 2013 21:06:47 +0000 (22:06 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 19 Dec 2013 21:06:47 +0000 (22:06 +0100)
src/libudev/libudev-monitor.c

index 7971a8c655a23cb25b61c70cd912d6b5c8bbabf2..ea7263f2808a6721b542a099a6dd83e907bd73ff 100644 (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)