summaryrefslogtreecommitdiffhomepage
path: root/src/driver
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-14 12:35:16 -0500
committermidipix <writeonce@midipix.org>2016-11-14 14:39:13 -0500
commitf768e4441f0b0826bed62d090a80474368df2a98 (patch)
tree515d7d76541e60edc8ca8bf814a41e83d6b3d3c0 /src/driver
parenta6f5d8fb859e2836797467701a8073e7bdc2ccfb (diff)
downloadperk-f768e4441f0b0826bed62d090a80474368df2a98.tar.bz2
perk-f768e4441f0b0826bed62d090a80474368df2a98.tar.xz
libary api: pre-alpha: code maintenance: removed struct pe_linker_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 6091fff..4ca3876 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.lnkctx = &ictx->ctx.lnkctx;
ictx->ctx.cctx.srvctx = &ictx->ctx.srvctx;
ictx->ctx.cctx.ioctx = &ictx->ctx.ioctx;