diff options
author | midipix <writeonce@midipix.org> | 2016-10-24 00:43:01 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:49 -0500 |
commit | d1356f25b0a5721f09752f52e00a048e63d40325 (patch) | |
tree | 8f1980c6df3026bde2c0469aa60edb5b61bd11d1 | |
parent | f36bb5ca419718c4ea49be60201ab6d290191837 (diff) | |
download | mdso-d1356f25b0a5721f09752f52e00a048e63d40325.tar.bz2 mdso-d1356f25b0a5721f09752f52e00a048e63d40325.tar.xz |
struct mdso_unit_ctx: removed members: status, nerrors (no longer needed).
-rw-r--r-- | include/mdso/mdso.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |