| 72 | CpuSchedData(const CpuSchedData&) = delete; |
| 73 | CpuSchedData(CpuSchedData&&) = delete; |
| 74 | auto operator=(const CpuSchedData&) -> CpuSchedData& = delete; |
| 75 | auto operator=(CpuSchedData&&) -> CpuSchedData& = delete; |
| 76 | ~CpuSchedData() = default; |
| 77 | /// @} |
nothing calls this directly
no outgoing calls
no test coverage detected