Skip to content

Commit

Permalink
Remove incorrect assertion
Browse files Browse the repository at this point in the history
It is possible that we could call getExtraStartupHints() during startup.

Signed-off-by: Hang Shao <[email protected]>
  • Loading branch information
hangshao0 committed Oct 17, 2024
1 parent 8ae2b85 commit f86aa28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/shared_common/CompositeCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6792,7 +6792,6 @@ U_32
SH_CompositeCacheImpl::getExtraStartupHints(void) const
{
if (!_started) {
Trc_SHR_Assert_ShouldNeverHappen();
return 0;
}
return _theca->extraStartupHints;
Expand Down

0 comments on commit f86aa28

Please sign in to comment.