diff options
author | midipix <writeonce@midipix.org> | 2016-10-25 23:51:30 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-10-26 00:05:08 -0400 |
commit | ce58c51b33372f263523a7e41e54558214c8538a (patch) | |
tree | 6b22fde3a424db85beb70318f7271196016d3567 | |
parent | 574ca92952fba1c8a231702e1bfa36bfc1cbdd2d (diff) | |
download | sofort-ce58c51b33372f263523a7e41e54558214c8538a.tar.bz2 sofort-ce58c51b33372f263523a7e41e54558214c8538a.tar.xz |
struct sfrt_unit_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 ed796d1..4a59e6c 100644 --- a/include/sofort/sofort.h +++ b/include/sofort/sofort.h @@ -105,8 +105,6 @@ struct sfrt_unit_ctx { const char * const * path; const struct sfrt_input * map; void * any; - int status; - int nerrors; }; /* package info */ |