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 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; |