diff options
Diffstat (limited to 'src/link/MachO')
| -rw-r--r-- | src/link/MachO/Atom.zig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/link/MachO/Atom.zig b/src/link/MachO/Atom.zig index 698e961db4..c601cfa440 100644 --- a/src/link/MachO/Atom.zig +++ b/src/link/MachO/Atom.zig @@ -33,10 +33,6 @@ file: ?u32, /// the atom since macho.nlist_64 lacks this information. size: u64, -/// Alignment of this atom as a power of 2. -/// For instance, alignment of 0 should be read as 2^0 = 1 byte aligned. -alignment: u32, - /// Points to the previous and next neighbours /// TODO use the same trick as with symbols: reserve index 0 as null atom next_index: ?Index, |
