Commit 6fac343
committed
simplify: drop redundant sphere class-name test
The sphere variant exercises the same 3D class-name lookup branch as the
box variant; removing it leaves box (3D) + rectangle (2D) + cross-dim
reject + unknown reject, which already covers every distinct branch in
the new normalization path.
https://claude.ai/code/session_01RaCiJxQvK6KXtZqtL2t1gS1 parent 99f3c46 commit 6fac343
1 file changed
Lines changed: 0 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | 173 | | |
191 | 174 | | |
192 | 175 | | |
| |||
0 commit comments