Commit cd0c6fd
Remove commented-out duplicate code in YGMeasureTest (#1927)
Summary:
Remove three commented-out `YGNodeSetMeasureFunc` calls in `tests/YGMeasureTest.cpp` that are exact duplicates of the active calls on adjacent lines.
All three were introduced in commit `fbd332d` (2017-12-19) and left behind when the active lines were later updated by other authors. Each commented-out line sits directly next to its active duplicate:
- Line 248 (commented) / line 249 (active)
- Line 337 (commented) / line 336 (active)
- Line 376 (commented) / line 377 (active)
Pull Request resolved: #1927
Test Plan:
- No behavioral changes — only removes dead commented-out code
- The active `YGNodeSetMeasureFunc` calls remain unchanged
Reviewed By: NickGerleman
Differential Revision: D100144096
Pulled By: fabriziocucci
fbshipit-source-id: 3fed15a5dc9fde0fa653e559fc0a2de2f1ce315b1 parent 0ea34b7 commit cd0c6fd
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | 248 | | |
250 | 249 | | |
251 | 250 | | |
| |||
334 | 333 | | |
335 | 334 | | |
336 | 335 | | |
337 | | - | |
338 | 336 | | |
339 | 337 | | |
340 | 338 | | |
| |||
373 | 371 | | |
374 | 372 | | |
375 | 373 | | |
376 | | - | |
377 | 374 | | |
378 | 375 | | |
379 | 376 | | |
| |||
0 commit comments