Commit 5234f32
committed
Simplify SvPV_shrink_to_cur() usage in toke.c
The previous commit modified the definition of `SvPV_shrink_to_cur` so that
it does not attempt to reallocate to make unrealistic savings. That made
some of the condition checks in toke.c redundant, so this commit removes
those.1 parent 5e2b259 commit 5234f32
1 file changed
+3
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4422 | 4422 | | |
4423 | 4423 | | |
4424 | 4424 | | |
4425 | | - | |
4426 | | - | |
4427 | | - | |
| 4425 | + | |
4428 | 4426 | | |
4429 | 4427 | | |
4430 | 4428 | | |
| |||
11348 | 11346 | | |
11349 | 11347 | | |
11350 | 11348 | | |
11351 | | - | |
11352 | | - | |
11353 | | - | |
| 11349 | + | |
11354 | 11350 | | |
11355 | 11351 | | |
11356 | 11352 | | |
| |||
11877 | 11873 | | |
11878 | 11874 | | |
11879 | 11875 | | |
11880 | | - | |
11881 | | - | |
11882 | | - | |
11883 | | - | |
| 11876 | + | |
11884 | 11877 | | |
11885 | 11878 | | |
11886 | 11879 | | |
| |||
0 commit comments