1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

machined: remove unused variable (#4993)

This commit is contained in:
Thomas H. P. Andersen 2016-12-29 11:15:08 +01:00 committed by Martin Pitt
parent be70491622
commit 323de07d44

View 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);