summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-10-24 00:43:01 -0400
committermidipix <writeonce@midipix.org>2016-11-11 00:22:49 -0500
commitd1356f25b0a5721f09752f52e00a048e63d40325 (patch)
tree8f1980c6df3026bde2c0469aa60edb5b61bd11d1 /include
parentf36bb5ca419718c4ea49be60201ab6d290191837 (diff)
downloadmdso-d1356f25b0a5721f09752f52e00a048e63d40325.tar.bz2
mdso-d1356f25b0a5721f09752f52e00a048e63d40325.tar.xz
struct mdso_unit_ctx: removed members: status, nerrors (no longer needed).
Diffstat (limited to 'include')
-rw-r--r--include/mdso/mdso.h2
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 */