diff options
author | midipix <writeonce@midipix.org> | 2016-10-26 22:00:30 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-10-26 22:10:42 -0400 |
commit | 35f3814b64569c43444ecac3c760b624619820b2 (patch) | |
tree | 76a37cf9746923d2006329b7c265dbfc52f6635b | |
parent | 884fc433b4a5bd4a76e345e62d3ae1f0d30911c3 (diff) | |
download | apimagic-35f3814b64569c43444ecac3c760b624619820b2.tar.bz2 apimagic-35f3814b64569c43444ecac3c760b624619820b2.tar.xz |
struct amgc_driver_ctx: removed members: status, nerrors (no longer needed).
-rw-r--r-- | include/apimagic/apimagic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/apimagic/apimagic.h b/include/apimagic/apimagic.h index 64a444b..5f2d8a4 100644 --- a/include/apimagic/apimagic.h +++ b/include/apimagic/apimagic.h @@ -130,8 +130,6 @@ struct amgc_driver_ctx { const struct amgc_common_ctx * cctx; struct amgc_error_info ** errv; void * any; - int status; - int nerrors; }; struct amgc_unit_meta { |