Commit 46ee54a
committed
Remove redundant code that handles mg_obj of PERL_MAGIC_symtab
The (badly-named) PERL_MAGIC_symtab no longer uses the `mg_obj` field.
It is only applied in one place (at time of writing, toke.c line 10711)
with the `obj` field set to NULL. Therefore, there is no point having
code in `dump.c` to print it if non-NULL, nor in `sv.c` to special-case
setting a non-NULL value in `sv_magicext()`.1 parent 1fb05c6 commit 46ee54a
2 files changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2393 | 2393 | | |
2394 | 2394 | | |
2395 | 2395 | | |
2396 | | - | |
2397 | | - | |
2398 | | - | |
2399 | | - | |
2400 | | - | |
2401 | | - | |
2402 | 2396 | | |
2403 | 2397 | | |
2404 | 2398 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5895 | 5895 | | |
5896 | 5896 | | |
5897 | 5897 | | |
5898 | | - | |
5899 | 5898 | | |
5900 | 5899 | | |
5901 | 5900 | | |
| |||
0 commit comments