Glob.xs: Remove dMY_CXT from bsd_glob
authorFather Chrysostomos <sprout@cpan.org>
Sat, 29 Oct 2011 08:20:28 +0000 (01:20 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 29 Oct 2011 08:20:28 +0000 (01:20 -0700)
It has been redundant since 1bb8785a (when bsd_glob was still
called doglob).

ext/File-Glob/Glob.xs

index c72275c..2ec500d 100644 (file)
@@ -339,8 +339,6 @@ PREINIT:
     SV *tmp;
 PPCODE:
     {
-       dMY_CXT;
-
        /* allow for optional flags argument */
        if (items > 1) {
            flags = (int) SvIV(ST(1));