summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-14 12:29:36 -0500
committermidipix <writeonce@midipix.org>2016-11-14 14:38:24 -0500
commit8645607b8b76d27fb18ff68a4a2c76e6b413f3cc (patch)
treeb8492ce8b4971005fc94dd477759a236c6bfb8e4 /include/perk/perk.h
parent62b9db8b87aef70ba5d76542ebcf90ae872ea940 (diff)
downloadperk-8645607b8b76d27fb18ff68a4a2c76e6b413f3cc.tar.bz2
perk-8645607b8b76d27fb18ff68a4a2c76e6b413f3cc.tar.xz
libary api: pre-alpha: code maintenance: removed struct pe_symbol_ctx.
Diffstat (limited to 'include/perk/perk.h')
-rw-r--r--include/perk/perk.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index 3918d24..ade6153 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -112,12 +112,6 @@ struct pe_image_meta {
struct pe_meta_sec_hdr * hidata;
};
-struct pe_symbol_ctx {
- const char ** attrs;
- const char ** append;
- const char ** exclude;
-};
-
struct pe_output_ctx {
const char ** attrs;
const char * header;