]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
machined: remove unused variable (#4993)
authorThomas H. P. Andersen <phomes@gmail.com>
Thu, 29 Dec 2016 10:15:08 +0000 (11:15 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Thu, 29 Dec 2016 10:15:08 +0000 (11:15 +0100)
src/machine/image-dbus.c

index e2fb8823933deab125bd3913bf94b5f884f540ca..a7b9d1f9ef04fb2ea5774f31437c2abb9ff1392a 100644 (file)
@@ -293,7 +293,6 @@ int bus_image_method_set_limit(
 static int directory_image_get_os_release(Image *image, char ***ret, sd_bus_error *error) {
 
         _cleanup_free_ char *path = NULL;
-        _cleanup_close_ int fd = -1;
         int r;
 
         assert(image);