From 7d80bbf952b4b4f31e8e4baef76769c2078aca28 Mon Sep 17 00:00:00 2001 From: midipix Date: Nov 16 2016 05:02:33 +0000 Subject: library api: struct pe_common_ctx: removed obsolete members. --- 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 {