diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 7 |
1 files changed, 0 insertions, 7 deletions
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; |