Skip to content
  • Kenneth Moreland's avatar
    Remove the use of ResetTypes for ArrayCopy · 1faed371
    Kenneth Moreland authored
    It used to be the case where you needed to call `ResetTypes` on a
    `VariantArrayHandle` before using `ArrayCopy` to limit the types it gets
    compiled for. However, there is now a general form for
    `UnknownArrayHandle`, so `ResetTypes` no longer does anything useful in
    this case. Remove the use of that.
    1faed371