From 1379f79d286988f2582ff8efb1af736bf4229a3f Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 24 Oct 2016 12:34:04 -0400 Subject: driver: removed unit context and related interfaces (not needed by slibtool). --- src/internal/slibtool_driver_impl.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/internal/slibtool_driver_impl.h') diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index a6b69a6..72f86b0 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -83,13 +83,6 @@ struct slbt_driver_ctx_impl { struct slbt_error_info erribuf[64]; }; -struct slbt_unit_ctx_impl { - const char * path; - struct slbt_input map; - struct slbt_common_ctx cctx; - struct slbt_unit_ctx uctx; -}; - static inline struct slbt_driver_ctx_impl * slbt_get_driver_ictx(const struct slbt_driver_ctx * dctx) { uintptr_t addr; -- cgit v1.2.3