Fix unreachable warning
This commit is contained in:
parent
80b805db46
commit
bda6629bd9
1 changed files with 0 additions and 3 deletions
|
|
@ -675,9 +675,6 @@ std::unique_ptr<cpp_type> parse_type_impl(const detail::parse_context& context,
|
|||
case CXType_Auto:
|
||||
return make_leave_type(cur, type, [&](std::string&&) { return cpp_auto_type::build(); });
|
||||
}
|
||||
|
||||
DEBUG_UNREACHABLE(detail::assert_handler{});
|
||||
return nullptr;
|
||||
}
|
||||
} // namespace
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue