[all] Remove unreachable code

This commit is contained in:
Ming-Hung Tsai
2021-06-02 14:59:29 +08:00
parent db52308d85
commit 050eacf4cb
2 changed files with 0 additions and 9 deletions

View File

@ -56,9 +56,6 @@ namespace {
default:
throw runtime_error("invalid hint width");
}
// never get here
return std::shared_ptr<array_base>();
}
//--------------------------------
@ -93,9 +90,6 @@ namespace {
default:
throw runtime_error("invalid hint width");
}
// never get here
return std::shared_ptr<array_base>();
}
//--------------------------------