summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-09-03 17:27:24 -0400
committermidipix <writeonce@midipix.org>2016-09-05 00:07:13 -0400
commit478d3f4985f15363709c7a93f9e66ba574abbf7e (patch)
treea99cff73c429944e3ed09a261e423f4b4a64d62e /include
parent66eddb4c9f619c072ac235fdb804b2e54a1b5927 (diff)
downloadslibtool-478d3f4985f15363709c7a93f9e66ba574abbf7e.tar.bz2
slibtool-478d3f4985f15363709c7a93f9e66ba574abbf7e.tar.xz
struct slbt_driver_ctx: removed members: status, nerrors (no longer needed).
Diffstat (limited to 'include')
-rw-r--r--include/slibtool/slibtool.h2
1 files changed, 0 insertions, 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 {