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
-45
View File
@@ -201,48 +201,3 @@ void daSt_Create(fopAc_ac_c*) {
/* Nonmatching */
}
/* 00008F60-00009238 .text __ct__8st_classFv */
st_class::st_class() {
/* Nonmatching */
}
/* 000093F4-00009470 .text __dt__7st_ke_sFv */
st_ke_s::~st_ke_s() {
/* Nonmatching */
}
/* 00009470-000094D8 .text __ct__7st_ke_sFv */
st_ke_s::st_ke_s() {
/* Nonmatching */
}
/* 000094D8-00009568 .text __dt__4st_pFv */
st_p::~st_p() {
/* Nonmatching */
}
/* 00009568-000095A0 .text __ct__4st_pFv */
st_p::st_p() {
/* Nonmatching */
}
/* 00009CFC-00009D44 .text __dt__5HIO_cFv */
HIO_c::~HIO_c() {
/* Nonmatching */
}