Remove comment from ck_glob that is no longer relevant
authorFather Chrysostomos <sprout@cpan.org>
Sat, 6 Aug 2011 12:55:57 +0000 (05:55 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 6 Aug 2011 16:27:28 +0000 (09:27 -0700)
This code was made more failsafe by commit 4984aa345.

op.c

diff --git a/op.c b/op.c
index c9b4d51..38cfc10 100644 (file)
--- a/op.c
+++ b/op.c
@@ -7900,7 +7900,6 @@ Perl_ck_glob(pTHX_ OP *o)
     }
 
 #if !defined(PERL_EXTERNAL_GLOB)
-    /* XXX this can be tightened up and made more failsafe. */
     if (!(gv && GvCVu(gv) && GvIMPORTED_CV(gv))) {
        GV *glob_gv;
        ENTER;