Skip to content

Remove unneeded code from ArrayHandleVirtual

The CastAndCall for ArrayHandleVirtual was always a bad idea. The ArrayHandleVirtual is not considered a dynamic type by the dispatch engine so it would never have tried to use this specialization.

Merge request reports