From 478d3f4985f15363709c7a93f9e66ba574abbf7e Mon Sep 17 00:00:00 2001 From: midipix Date: Sep 05 2016 04:07:13 +0000 Subject: struct slbt_driver_ctx: removed members: status, nerrors (no longer needed). --- diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index eeeb090..c476cda 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -225,8 +225,6 @@ struct slbt_driver_ctx { const struct slbt_common_ctx * cctx; struct slbt_error_info ** errv; void * any; - int status; - int nerrors; }; struct slbt_unit_ctx {