Commit a0d4c74
committed
Remove unused single_step flag
This appears to have never been used ever since its introduction in 61c7569 --
the plugin discussed on the PR introducing that commit, 34811, never
materialized.
It's also simple to readd in the current scheme, but given that macro expansion
is already quite complicated, additional useless state seems good to remove
while we're not using it.1 parent ba72b15 commit a0d4c74
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
511 | | - | |
512 | | - | |
| 510 | + | |
513 | 511 | | |
514 | 512 | | |
515 | 513 | | |
| |||
1819 | 1817 | | |
1820 | 1818 | | |
1821 | 1819 | | |
1822 | | - | |
1823 | 1820 | | |
1824 | 1821 | | |
1825 | 1822 | | |
| |||
1831 | 1828 | | |
1832 | 1829 | | |
1833 | 1830 | | |
1834 | | - | |
1835 | 1831 | | |
1836 | 1832 | | |
1837 | 1833 | | |
| |||
0 commit comments