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). --- include/perk/perk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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; }; -- cgit v1.2.3