diff options
Diffstat (limited to 'mad')
-rw-r--r-- | mad/PLXML.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mad/PLXML.pm b/mad/PLXML.pm index 7f2dac68e7..ad778601c7 100644 --- a/mad/PLXML.pm +++ b/mad/PLXML.pm @@ -3451,10 +3451,6 @@ sub args { 'S S S' } # Time calls. -# NOTE: MacOS patches the 'i' of time() away later when the interpreter -# is created because in MacOS time() is already returning times > 2**31-1, -# that is, non-integers. - package PLXML::op_time; our @ISA = ('PLXML::baseop'); |