You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove impossible codepath when building the elementRoleMap.
Previously the code was comparing
ElementARIARoleRelationTuple to a ARIARoleRelationConcept which would always be false, flatten the code based on this finding.
LCOV similarly also shows that this codepath was never utilized.
* Remove dequal dep from the project.
Unroll the equality check inside of the file for the specifc type comparision.
0 commit comments