summaryrefslogtreecommitdiffhomepage
path: root/src/internal/perk_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-14 14:35:37 -0500
committermidipix <writeonce@midipix.org>2016-11-14 14:39:32 -0500
commitf11c1faa5ab033f3b2ba1f6b3cd5f5db454c48ec (patch)
tree87b8df2c2068e5e4f0fea4d125f787caf4ae934e /src/internal/perk_driver_impl.h
parent5a5fa5cd283d214bedb92130f2807abe64643f16 (diff)
downloadperk-f11c1faa5ab033f3b2ba1f6b3cd5f5db454c48ec.tar.bz2
perk-f11c1faa5ab033f3b2ba1f6b3cd5f5db454c48ec.tar.xz
libary api: pre-alpha: code maintenance: removed struct pe_io_ctx.
Diffstat (limited to 'src/internal/perk_driver_impl.h')
-rw-r--r--src/internal/perk_driver_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h
index 3c0d15d..9581210 100644
--- a/src/internal/perk_driver_impl.h
+++ b/src/internal/perk_driver_impl.h
@@ -23,7 +23,6 @@ enum app_tags {
};
struct pe_driver_ctx_impl {
- struct pe_io_ctx ioctx;
struct pe_common_ctx cctx;
struct pe_driver_ctx ctx;
const struct pe_unit_ctx * euctx;
@@ -38,7 +37,6 @@ struct pe_unit_ctx_impl {
const char * path;
struct pe_raw_image map;
struct pe_image_meta * meta;
- struct pe_io_ctx ioctx;
struct pe_unit_ctx uctx;
};