Cleanup: Remove IndexRange::as_span() static array and cache #108249

Merged
Hans Goudey merged 1 commits from HooglyBoogly/blender:cleanup-remove-index-range-as-span into main 2023-05-25 15:43:01 +02:00

1 Commits

Author SHA1 Message Date
Hans Goudey 60147d8b53 Cleanup: Remove IndexRange::as_span() static array and cache
After 2cfcb8b0b8 this was only used in one place that
was easily replaced. In practice this avoids creating a statically
allocated array after the split edges code is called.
2023-05-24 20:58:26 -04:00