| 134 | |
| 135 | |
| 136 | System::System( |
| 137 | [[maybe_unused]] FptrType solve_chunk_common, |
| 138 | [[maybe_unused]] FptrType calc_chunk_common, |
| 139 | [[maybe_unused]] FptrType play_chunk_common, |
| 140 | [[maybe_unused]] FduplType detect_solve_duplicates, |
| 141 | [[maybe_unused]] FduplType detect_calc_duplicates, |
| 142 | [[maybe_unused]] FduplType detect_play_duplicates, |
| 143 | [[maybe_unused]] FsingleType solve_single_common, |
| 144 | [[maybe_unused]] FsingleType calc_single_common, |
| 145 | [[maybe_unused]] FsingleType play_single_common, |
| 146 | [[maybe_unused]] FcopyType copy_solve_single, |
| 147 | [[maybe_unused]] FcopyType copy_calc_single, |
| 148 | [[maybe_unused]] FcopyType copy_play_single |
| 149 | ) |
| 150 | { |
| 151 | // Threading infrastructure removed: callbacks no longer registered. |
| 152 | // System now only provides hardware detection and configuration. |
| 153 | System::reset(); |
| 154 | } |
| 155 | |
| 156 | |
| 157 | System::~System() |
nothing calls this directly
no outgoing calls
no test coverage detected