From 7d80bbf952b4b4f31e8e4baef76769c2078aca28 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 16 Nov 2016 00:02:33 -0500 Subject: library api: struct pe_common_ctx: removed obsolete members. --- include/perk/perk.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/perk/perk.h') diff --git a/include/perk/perk.h b/include/perk/perk.h index f5e6664..516701f 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -129,13 +129,6 @@ struct pe_common_ctx { uint64_t actflags; uint64_t fmtflags; const char * output; - const char * srcdir; - const char * dstdir; - const char * tmpdir; - const struct pe_symbol_ctx * symctx; - const struct pe_output_ctx * outctx; - const struct pe_linker_ctx * lnkctx; - const struct pe_server_ctx * srvctx; }; struct pe_driver_ctx { -- cgit v1.2.3