[ox] Remove oxIgnoreError

This commit is contained in:
2024-04-22 23:38:51 -05:00
parent e9a6a09629
commit ea1feb726e
14 changed files with 33 additions and 36 deletions

View File

@ -314,7 +314,3 @@ constexpr Error toError(const Result<T> &r) noexcept {
}
}
constexpr void oxIgnoreError(const ox::Error&) noexcept {}
template<typename T>
constexpr void oxIgnoreError(const ox::Result<T>&) noexcept {}