| 30 | |
| 31 | template<typename B, typename R> |
| 32 | int |
| 33 | Decoder_BCH_genius<B, R>::_decode(B* /*Y_N*/, const size_t /*frame_id*/) |
| 34 | { |
| 35 | throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__); |
| 36 | } |
| 37 | |
| 38 | template<typename B, typename R> |
| 39 | int |
nothing calls this directly
no outgoing calls
no test coverage detected