From 1c0129c0e4039a3b337cc54a2b9cbace7e6a0849 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 31 May 2025 17:14:26 +0000 Subject: struct pe_unit_ctx: remove mapping info (present elsewhere, i.e. via r_image). --- src/driver/pe_unit_ctx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/driver/pe_unit_ctx.c') diff --git a/src/driver/pe_unit_ctx.c b/src/driver/pe_unit_ctx.c index d1fea0e..76823b0 100644 --- a/src/driver/pe_unit_ctx.c +++ b/src/driver/pe_unit_ctx.c @@ -57,7 +57,6 @@ int pe_lib_get_unit_ctx( ctx->path = path; ctx->uctx.path = &ctx->path; - ctx->uctx.map = &ctx->map; ctx->uctx.meta = ctx->meta; *pctx = &ctx->uctx; -- cgit v1.2.3