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