X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=lib%2FLexical%2FTypes.pm;fp=lib%2FLexical%2FTypes.pm;h=74c1150dd04a22067cb87aed49988e5394ffae1d;hp=a30c9cccb3964264210299fe88e476e439d208be;hb=a577e08689d69d6d5d0d7ba39d5e21770077b82a;hpb=30d9da627f7321ff834ee9a53ef8fb508eda2be5 diff --git a/lib/Lexical/Types.pm b/lib/Lexical/Types.pm index a30c9cc..74c1150 100644 --- a/lib/Lexical/Types.pm +++ b/lib/Lexical/Types.pm @@ -164,8 +164,6 @@ sub import { } $^H |= 0x020000; - # Yes, we store a coderef inside the hints hash, but that's just for compile - # time. $^H{+(__PACKAGE__)} = $hint; }