summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-14 12:35:16 -0500
committermidipix <writeonce@midipix.org>2016-11-14 14:39:13 -0500
commitf768e4441f0b0826bed62d090a80474368df2a98 (patch)
tree515d7d76541e60edc8ca8bf814a41e83d6b3d3c0 /include/perk/perk.h
parenta6f5d8fb859e2836797467701a8073e7bdc2ccfb (diff)
downloadperk-f768e4441f0b0826bed62d090a80474368df2a98.tar.bz2
perk-f768e4441f0b0826bed62d090a80474368df2a98.tar.xz
libary api: pre-alpha: code maintenance: removed struct pe_linker_ctx.
Diffstat (limited to 'include/perk/perk.h')
-rw-r--r--include/perk/perk.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index 92d112a..252298c 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -112,10 +112,6 @@ struct pe_image_meta {
struct pe_meta_sec_hdr * hidata;
};
-struct pe_linker_ctx {
- const char ** attrs;
-};
-
struct pe_server_ctx {
const char ** attrs;
};