From 8645607b8b76d27fb18ff68a4a2c76e6b413f3cc Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 14 Nov 2016 12:29:36 -0500 Subject: libary api: pre-alpha: code maintenance: removed struct pe_symbol_ctx. --- include/perk/perk.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/perk/perk.h') 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; -- cgit v1.2.3