X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=discover%2Fboot.c;h=056d02de6869c681aa1d000edad0a8e9e9ef6b5c;hb=5668d29abb1da87c1feaf90d4206a4b2b7ab00f5;hp=70e9d41de993803ae082e34d838d0ea5d947e84c;hpb=4b06a4645e19830581505a675075773adc0857c2;p=petitboot 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);