summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-16 00:02:33 -0500
committermidipix <writeonce@midipix.org>2016-11-16 00:02:33 -0500
commit7d80bbf952b4b4f31e8e4baef76769c2078aca28 (patch)
tree7ebd66e6489c37ccd138c23c4dcf0a0e311920d7 /include/perk/perk.h
parente6d603a6f1df0ac3e5e4606d739731448f4652e3 (diff)
downloadperk-7d80bbf952b4b4f31e8e4baef76769c2078aca28.tar.bz2
perk-7d80bbf952b4b4f31e8e4baef76769c2078aca28.tar.xz
library api: struct pe_common_ctx: removed obsolete members.
Diffstat (limited to 'include/perk/perk.h')
-rw-r--r--include/perk/perk.h7
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 {