From 211d7eb1de2d3a9cd97846deb9a85a934dae2981 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 7 Dec 2016 11:30:27 +1100 Subject: types: Remove detail and progress from struct status Nothing used these, and the serialisation was buggy anyway. Signed-off-by: Jeremy Kerr Signed-off-by: Samuel Mendoza-Jonas --- discover/boot.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'discover/boot.c') diff --git a/discover/boot.c b/discover/boot.c index 70e9d41..056d02d 100644 --- a/discover/boot.c +++ b/discover/boot.c @@ -154,8 +154,6 @@ static void __attribute__((format(__printf__, 4, 5))) update_status( va_end(ap); status.type = type; - status.progress = -1; - status.detail = NULL; pb_debug("boot status: [%d] %s\n", type, status.message); -- cgit v1.2.1