Commit eb79293
committed
FIX: Remove unused dimension edit in apply_core_strided_[cf]
The original design was that the apply cores were "resumable", and thus
we'd put the dimension "back in order" when exiting the method.
However, this is not in use today (and loop break from FoldWhile also
bypasses this tail code, anyway), so just remove this unused line.1 parent b457aec commit eb79293
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
784 | | - | |
785 | 784 | | |
786 | 785 | | |
787 | 786 | | |
| |||
812 | 811 | | |
813 | 812 | | |
814 | 813 | | |
815 | | - | |
816 | 814 | | |
817 | 815 | | |
818 | 816 | | |
| |||
0 commit comments