Skip to content

Commit

Permalink
remove unnecessary codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhs4670go committed Nov 28, 2024
1 parent 4988e83 commit 300e4cf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compiler/circle-interpreter/src/CircleInterpreter_cffi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ auto exception_wrapper(Func func, Args... args) -> typename std::result_of<Func(
return ReturnType{};
}
}
// For void return type
if constexpr (std::is_void<ReturnType>::value)
{
return;
}
}

} // namespace
Expand Down

0 comments on commit 300e4cf

Please sign in to comment.