diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h index ade6153..92d112a 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_output_ctx { - const char ** attrs; - const char * header; - const char * footer; -}; - struct pe_linker_ctx { const char ** attrs; }; |