diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-26 23:16:19 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-26 23:16:19 -0500 |
| commit | 6ec4a2ebbd31ed7f75ffa1ec4dd15947f42dbc9c (patch) | |
| tree | c9c2c438c8ed1dff6a8e90b7b763e8422373479f /src/d/actor/d_a_btd.cpp | |
| parent | 1c5dad23a20855655329b2992633724f3a020f95 (diff) | |
Remove weak ctors/dtors from .cpp files
Diffstat (limited to 'src/d/actor/d_a_btd.cpp')
| -rw-r--r-- | src/d/actor/d_a_btd.cpp | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/d/actor/d_a_btd.cpp b/src/d/actor/d_a_btd.cpp index 4fb688eb..7fd46e1e 100644 --- a/src/d/actor/d_a_btd.cpp +++ b/src/d/actor/d_a_btd.cpp @@ -221,37 +221,3 @@ void daBtd_Create(fopAc_ac_c*) { /* Nonmatching */ } -/* 000091D0-00009468 .text __ct__9btd_classFv */ -btd_class::btd_class() { - /* Nonmatching */ -} - -/* 00009468-000094A4 .text __dt__12btd_sibuki_sFv */ -btd_sibuki_s::~btd_sibuki_s() { - /* Nonmatching */ -} - -/* 000094A4-000094A8 .text __ct__12btd_sibuki_sFv */ -btd_sibuki_s::btd_sibuki_s() { - /* Nonmatching */ -} - -/* 000094A8-000094E4 .text __dt__11btd_hahen_sFv */ -btd_hahen_s::~btd_hahen_s() { - /* Nonmatching */ -} - -/* 000094E4-000094E8 .text __ct__11btd_hahen_sFv */ -btd_hahen_s::btd_hahen_s() { - /* Nonmatching */ -} - -/* 00009D14-00009D5C .text __dt__11daBtd_HIO_cFv */ -daBtd_HIO_c::~daBtd_HIO_c() { - /* Nonmatching */ -} - - - - - |
