diff options
-rw-r--r-- | include/perk/perk.h | 1 | ||||
-rw-r--r-- | src/driver/pe_unit_ctx.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h index 0eefe67..8e439d3 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -224,7 +224,6 @@ struct pe_driver_ctx { struct pe_unit_ctx { const char * const * path; - const struct pe_raw_image * map; const struct pe_image_meta * meta; void * any; }; 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; |