summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2016-12-07 11:30:27 +1100
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-12-20 15:04:18 +1100
commit211d7eb1de2d3a9cd97846deb9a85a934dae2981 (patch)
tree335449f626e1b0c5fee6f6d9492323142fd036b2 /ui
parent4b06a4645e19830581505a675075773adc0857c2 (diff)
downloadtalos-petitboot-211d7eb1de2d3a9cd97846deb9a85a934dae2981.tar.gz
talos-petitboot-211d7eb1de2d3a9cd97846deb9a85a934dae2981.zip
types: Remove detail and progress from struct status
Nothing used these, and the serialisation was buggy anyway. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/test/discover-test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/test/discover-test.c b/ui/test/discover-test.c
index ea76764..f3e7dd8 100644
--- a/ui/test/discover-test.c
+++ b/ui/test/discover-test.c
@@ -81,8 +81,6 @@ static void print_status(struct status *status,
printf("status:\n");
printf("\ttype: %d\n", status->type);
printf("\tmessage: %s\n", status->message);
- printf("\tdetail: %s\n", status->detail);
- printf("\tprogress: %d\n", status->progress);
}
OpenPOWER on IntegriCloud