rocr: Remove structurally dead code
Remove unreachable return statement. Signed-off-by: Alysa Liu <Alysa.Liu@amd.com>
Этот коммит содержится в:
коммит произвёл
Liu, Alysa
родитель
167602edfb
Коммит
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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user