summaryrefslogtreecommitdiffhomepage
path: root/src/driver
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-14 12:34:00 -0500
committermidipix <writeonce@midipix.org>2016-11-14 14:38:40 -0500
commita6f5d8fb859e2836797467701a8073e7bdc2ccfb (patch)
tree211b35967169898300f595ed06f4b0de2152f6dc /src/driver
parent8645607b8b76d27fb18ff68a4a2c76e6b413f3cc (diff)
downloadperk-a6f5d8fb859e2836797467701a8073e7bdc2ccfb.tar.bz2
perk-a6f5d8fb859e2836797467701a8073e7bdc2ccfb.tar.xz
libary api: pre-alpha: code maintenance: removed struct pe_output_ctx.
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/pe_driver_ctx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c
index 2158957..6091fff 100644
--- a/src/driver/pe_driver_ctx.c
+++ b/src/driver/pe_driver_ctx.c
@@ -91,7 +91,6 @@ static struct pe_driver_ctx_impl * pe_driver_ctx_alloc(
ictx->ctx.erricap = &ictx->ctx.erriptr[--elements];
ictx->meta = meta;
- ictx->ctx.cctx.outctx = &ictx->ctx.outctx;
ictx->ctx.cctx.lnkctx = &ictx->ctx.lnkctx;
ictx->ctx.cctx.srvctx = &ictx->ctx.srvctx;
ictx->ctx.cctx.ioctx = &ictx->ctx.ioctx;