1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-05 00:57:08 +03:00

Delete unused member

This commit is contained in:
Rui Ueyama 2021-03-09 02:20:18 +09:00
parent 404a2cd417
commit 06b53ba6fe

1
mold.h
View File

@ -308,7 +308,6 @@ public:
u8 is_placeholder : 1 = false;
u8 write_symtab : 1 = false;
u8 traced : 1 = false;
u8 has_relplt : 1 = false;
u8 has_copyrel : 1 = false;
u8 is_readonly : 1 = false;
u8 is_imported : 1 = false;