From ce58c51b33372f263523a7e41e54558214c8538a Mon Sep 17 00:00:00 2001 From: midipix Date: Oct 26 2016 04:05:08 +0000 Subject: struct sfrt_unit_ctx: removed members: status, nerrors (no longer needed). --- 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 */