rocr: Remove structurally dead code

Remove unreachable return statement.

Signed-off-by: Alysa Liu <Alysa.Liu@amd.com>
This commit is contained in:
Alysa Liu
2025-06-02 15:06:06 -04:00
committed by Liu, Alysa
vanhempi 167602edfb
commit 9b3d15e68d
@@ -88,7 +88,6 @@ template <class R, class... Args> class callback_t<R (*)(Args...)> {
return function(args...);
} catch (...) {
throw std::nested_exception();
return R();
}
}