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_mant.cpp | |
| parent | 1c5dad23a20855655329b2992633724f3a020f95 (diff) | |
Remove weak ctors/dtors from .cpp files
Diffstat (limited to 'src/d/actor/d_a_mant.cpp')
| -rw-r--r-- | src/d/actor/d_a_mant.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/d/actor/d_a_mant.cpp b/src/d/actor/d_a_mant.cpp index 27cab5ee..f94d15b3 100644 --- a/src/d/actor/d_a_mant.cpp +++ b/src/d/actor/d_a_mant.cpp @@ -56,25 +56,3 @@ void daMant_Create(fopAc_ac_c*) { /* Nonmatching */ } -/* 00001FB0-0000202C .text __dt__8mant_j_sFv */ -mant_j_s::~mant_j_s() { - /* Nonmatching */ -} - -/* 0000202C-00002094 .text __ct__8mant_j_sFv */ -mant_j_s::mant_j_s() { - /* Nonmatching */ -} - - - - - - - - -/* 0000229C-00002338 .text __dt__15daMant_packet_cFv */ -daMant_packet_c::~daMant_packet_c() { - /* Nonmatching */ -} - |
