chiark / gitweb /
bus: add support for attaching name to bus connections for debugging purposes
[elogind.git] / 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)