diff options
author | midipix <writeonce@midipix.org> | 2016-10-25 23:50:32 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-10-26 00:05:08 -0400 |
commit | 574ca92952fba1c8a231702e1bfa36bfc1cbdd2d (patch) | |
tree | 9960addf649f8c76d4b22f77521cd5b592cef7a2 | |
parent | f530d33848301907a4f1ed98a65c0f5be9139693 (diff) | |
download | sofort-574ca92952fba1c8a231702e1bfa36bfc1cbdd2d.tar.bz2 sofort-574ca92952fba1c8a231702e1bfa36bfc1cbdd2d.tar.xz |
struct sfrt_driver_ctx: removed members: status, nerrors (no longer needed).
-rw-r--r-- | include/sofort/sofort.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sofort/sofort.h b/include/sofort/sofort.h index 1397faf..ed796d1 100644 --- a/include/sofort/sofort.h +++ b/include/sofort/sofort.h @@ -99,8 +99,6 @@ struct sfrt_driver_ctx { const struct sfrt_common_ctx * cctx; struct sfrt_error_info ** errv; void * any; - int status; - int nerrors; }; struct sfrt_unit_ctx { |