From 3cd06200825191a959443ae5cfa72d9226c23ceb Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 29 Oct 2011 01:20:28 -0700 Subject: Glob.xs: Remove dMY_CXT from bsd_glob It has been redundant since 1bb8785a (when bsd_glob was still called doglob). --- ext/File-Glob/Glob.xs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/File-Glob/Glob.xs') 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)); -- cgit v1.2.1