Remove weak ctors/dtors from .cpp files

This commit is contained in:
LagoLunatic
2023-11-26 23:16:19 -05:00
parent 1c5dad23a2
commit 6ec4a2ebbd
316 changed files with 33 additions and 4447 deletions
-22
View File
@@ -121,25 +121,3 @@ void daBmdhand_Create(fopAc_ac_c*) {
/* Nonmatching */
}
/* 000036B4-000036F0 .text __dt__6hand_sFv */
hand_s::~hand_s() {
/* Nonmatching */
}
/* 000036F0-000036F4 .text __ct__6hand_sFv */
hand_s::hand_s() {
/* Nonmatching */
}
/* 000037E0-00003828 .text __dt__15daBmdhand_HIO_cFv */
daBmdhand_HIO_c::~daBmdhand_HIO_c() {
/* Nonmatching */
}