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 7971a8c..ea7263f 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)