From d1356f25b0a5721f09752f52e00a048e63d40325 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 24 Oct 2016 00:43:01 -0400 Subject: struct mdso_unit_ctx: removed members: status, nerrors (no longer needed). --- include/mdso/mdso.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 52f8948..9943fc3 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -94,8 +94,6 @@ struct mdso_unit_ctx { const struct mdso_common_ctx * cctx; const char * const * syms; void * any; - int status; - int nerrors; }; /* package info */ -- cgit v1.2.3