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