summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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));