From ce58c51b33372f263523a7e41e54558214c8538a Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 25 Oct 2016 23:51:30 -0400 Subject: struct sfrt_unit_ctx: removed members: status, nerrors (no longer needed). --- include/sofort/sofort.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 */ -- cgit v1.2.3