Remove deprecated "section charmap" feature

This commit is contained in:
ISSOtm
2019-12-04 01:56:06 +01:00
parent ef43ae0eea
commit b1d4be66e4
5 changed files with 5 additions and 54 deletions

View File

@@ -22,7 +22,6 @@ struct Section {
uint32_t nAlign;
struct Section *pNext;
struct Patch *pPatches;
struct Charmap *charmap;
uint8_t *tData;
};