diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-29 01:20:28 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-29 01:20:28 -0700 |
commit | 3cd06200825191a959443ae5cfa72d9226c23ceb (patch) | |
tree | 8c40c844c090e949666fa022dfb1768cb0b9cf58 /ext/File-Glob/Glob.xs | |
parent | 3a29130aef9ec6d61579e89e92e81198d1bc945d (diff) | |
download | perl-3cd06200825191a959443ae5cfa72d9226c23ceb.tar.gz |
Glob.xs: Remove dMY_CXT from bsd_glob
It has been redundant since 1bb8785a (when bsd_glob was still
called doglob).
Diffstat (limited to 'ext/File-Glob/Glob.xs')
-rw-r--r-- | ext/File-Glob/Glob.xs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/File-Glob/Glob.xs b/ext/File-Glob/Glob.xs index c72275ca7d..2ec500d4f9 100644 --- a/ext/File-Glob/Glob.xs +++ b/ext/File-Glob/Glob.xs @@ -339,8 +339,6 @@ PREINIT: SV *tmp; PPCODE: { - dMY_CXT; - /* allow for optional flags argument */ if (items > 1) { flags = (int) SvIV(ST(1)); |