From: Karl Williamson <khw@khw-desktop.(none)>
Date: Tue, 4 May 2010 17:18:59 +0000 (-0600)
Subject: Remove obsolete comment
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9d682c834ea42d040e5ba121ea8595c2f298b64f;p=p5sagit%2Fp5-mst-13.2.git

Remove obsolete comment

Commit: 6c4b69c35161f79a5088d6c3070cc17a0e4978b2 made this comment
obsolete; forgot to remove it then.
---

diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index c10d828..3a287f8 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -2581,13 +2581,6 @@ package _Range_List_Base;
 # There are a number of methods to manipulate range lists, and some operators
 # are overloaded to handle them.
 
-# Because of the slowness of pure Perl objaddr() on miniperl, and measurements
-# showing this package was using a lot of real time calculating that, the code
-# was changed to only calculate it once per call stack.  This is done by
-# consistently using the package variable $addr in routines, and only calling
-# objaddr() if it isn't defined, and setting that to be local, so that callees
-# will have it already.  It would be a good thing to change this. XXX
-
 sub trace { return main::trace(@_); }
 
 { # Closure