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 --- lib/types/types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/types/types.h') diff --git a/lib/types/types.h b/lib/types/types.h index b22c0b0..506510b 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -76,8 +76,6 @@ struct status { STATUS_ERROR, } type; char *message; - char *detail; - int progress; }; struct interface_info { -- cgit v1.2.1