This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove WITH_THR() and WITH_THX(), which are not used.
authorNicholas Clark <nick@ccl4.org>
Tue, 30 Aug 2011 10:48:43 +0000 (12:48 +0200)
committerNicholas Clark <nick@ccl4.org>
Sun, 4 Sep 2011 10:38:58 +0000 (12:38 +0200)
commite2d73a187ae89e218e7afbba96e00e1370ab2240
tree855d33c640df3e048f3b5fb2fc3c5ec667fac261
parent7fcb6f686bc21e949bd8aed25e534a1b1711da92
Remove WITH_THR() and WITH_THX(), which are not used.

grep.cpan.me and Google's codesearch find no use of WITH_THR or WITH_THX.

WITH_THX() was added in June 1999 in cea2e8a9dd23747f, and the last user
eliminated with 0b250b9ef0d5134f in August 1999. WITH_THX() was used again
for DEBUG_CX() in 1c98cc53150c4860, and eliminated in d9f81b50694a810f.

WITH_THR() was added in 1997 in 0f15f207c55ce70f. Use everywhere except
DEBUG_SCOPE() was eliminated in 2006 in 11206fddaf7ef068. WITH_THR() was
removed from DEBUG_SCOPE() in d9f81b50694a810f.
malloc.c
perl.h