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
-12
View File
@@ -96,15 +96,3 @@ void daBridge_Create(fopAc_ac_c*) {
/* Nonmatching */
}
/* 00004770-00004830 .text __dt__4br_sFv */
br_s::~br_s() {
/* Nonmatching */
}
/* 000048FC-00004A44 .text __ct__4br_sFv */
br_s::br_s() {
/* Nonmatching */
}