From 478d3f4985f15363709c7a93f9e66ba574abbf7e Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Sat, 3 Sep 2016 17:27:24 -0400
Subject: struct slbt_driver_ctx: removed members: status, nerrors (no longer
 needed).

---
 include/slibtool/slibtool.h | 2 --
 1 file changed, 2 deletions(-)

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 {
-- 
cgit v1.2.3