]> git.ozlabs.org Git - petitboot/blobdiff - discover/boot.c
types: Remove detail and progress from struct status
[petitboot] / discover / boot.c
index 70e9d41de993803ae082e34d838d0ea5d947e84c..056d02de6869c681aa1d000edad0a8e9e9ef6b5c 100644 (file)
@@ -154,8 +154,6 @@ static void __attribute__((format(__printf__, 4, 5))) update_status(
        va_end(ap);
 
        status.type = type;
        va_end(ap);
 
        status.type = type;
-       status.progress = -1;
-       status.detail = NULL;
 
        pb_debug("boot status: [%d] %s\n", type, status.message);
 
 
        pb_debug("boot status: [%d] %s\n", type, status.message);