Clean object file format code and documentation

Remove unused code.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2017-04-16 19:54:58 +01:00
parent d92c284b85
commit ed6e4c4769
4 changed files with 7 additions and 95 deletions

View File

@@ -96,9 +96,7 @@ struct sSymbol {
enum ePatchType {
PATCH_BYTE = 0,
PATCH_WORD_L,
PATCH_LONG_L,
PATCH_WORD_B,
PATCH_LONG_B
PATCH_LONG_L
};
struct sPatch {