diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h index 67cc7320..8418fc77 100644 --- a/src/common.h +++ b/src/common.h @@ -241,8 +241,6 @@ struct Reloc { }; enum class LinkingEntryType { - StackPointer = 1, - DataSize = 3, SegmentInfo = 5, InitFunctions = 6, ComdatInfo = 7, |