Eliminate the vestigial comment "magical thingies" from intrpvar.h
authorNicholas Clark <nick@ccl4.org>
Thu, 20 Sep 2012 08:20:35 +0000 (10:20 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 20 Sep 2012 13:28:13 +0000 (15:28 +0200)
commita310a8f2bf41061e1bf6feadf7d6758f96b481c5
treedaf97abc45b9efc8e99f8a7d408be23c8190aacd
parentf6dfc73674dee34ba46c58c97d0c3d0bf0bcc5dc
Eliminate the vestigial comment "magical thingies" from intrpvar.h

The original comment "magical thingies" was added to perl.c by commit
8ebc5c0145d2e355 in Jan 1997. It is above code which frees 4 interpreter-
global SVs in perl_destruct.

The comment "magical thingies" was in intrpvar.h since the file was created
by commit 49f531dad558d800 on 29 Nov 1997. At that time, it was followed by
a block of 13 relevant interpreter global variables. However, by commit
d4cce5f1785350c2 (30 Nov 1997) all bar two were now in other places, mostly
in thrdvar.h. With the abolition of PL_formfeed, the comment now annotates
just one "magical" thingy, PL_basetime, which isn't even one of the SVs
freed at the analogous location in perl.c. Hence the comment adds no value.
intrpvar.h