summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-05-31 17:14:26 +0000
committermidipix <writeonce@midipix.org>2025-05-31 17:14:26 +0000
commit1c0129c0e4039a3b337cc54a2b9cbace7e6a0849 (patch)
treef23421e178951590ef5fd6060f805928ddb13a01 /include
parent75adc914436d3f3b6ee8cc8b188af1bc3079ccd5 (diff)
downloadperk-1c0129c0e4039a3b337cc54a2b9cbace7e6a0849.tar.bz2
perk-1c0129c0e4039a3b337cc54a2b9cbace7e6a0849.tar.xz
struct pe_unit_ctx: remove mapping info (present elsewhere, i.e. via r_image).
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk.h1
1 files changed, 0 insertions, 1 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;
};