aboutsummaryrefslogtreecommitdiff
path: root/src/link/Coff/Atom.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/link/Coff/Atom.zig')
-rw-r--r--src/link/Coff/Atom.zig5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/link/Coff/Atom.zig b/src/link/Coff/Atom.zig
index 4afc1f7cb2..9e55575755 100644
--- a/src/link/Coff/Atom.zig
+++ b/src/link/Coff/Atom.zig
@@ -19,12 +19,9 @@ sym_index: u32,
/// null means symbol defined by Zig source.
file: ?u32,
-/// Used size of the atom
+/// Size of the atom
size: u32,
-/// Alignment of the atom
-alignment: u32,
-
/// Points to the previous and next neighbors, based on the `text_offset`.
/// This can be used to find, for example, the capacity of this `Atom`.
prev_index: ?Index,