summaryrefslogtreecommitdiff
path: root/ext/File-Glob
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-29 01:20:28 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-29 01:20:28 -0700
commit3cd06200825191a959443ae5cfa72d9226c23ceb (patch)
tree8c40c844c090e949666fa022dfb1768cb0b9cf58 /ext/File-Glob
parent3a29130aef9ec6d61579e89e92e81198d1bc945d (diff)
downloadperl-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')
-rw-r--r--ext/File-Glob/Glob.xs2
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));