rocr: Remove structurally dead code

Remove unreachable return statement.

Signed-off-by: Alysa Liu <Alysa.Liu@amd.com>


[ROCm/ROCR-Runtime commit: 9b3d15e68d]
Tá an tiomantas seo le fáil i:
Alysa Liu
2025-06-02 15:06:06 -04:00
tiomanta ag Liu, Alysa
tuismitheoir d1c3b7262d
tiomantas 03430838af
@@ -88,7 +88,6 @@ template <class R, class... Args> class callback_t<R (*)(Args...)> {
return function(args...);
} catch (...) {
throw std::nested_exception();
return R();
}
}