diff options
Diffstat (limited to 'ext/File/Glob/Glob.xs')
-rw-r--r-- | ext/File/Glob/Glob.xs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ext/File/Glob/Glob.xs b/ext/File/Glob/Glob.xs index e01ae7e85a..a21fe84f35 100644 --- a/ext/File/Glob/Glob.xs +++ b/ext/File/Glob/Glob.xs @@ -4,16 +4,9 @@ #include "bsd_glob.h" +/* XXX: need some thread awareness */ static int GLOB_ERROR = 0; -static int -not_here(char *s) -{ - croak("%s not implemented on this architecture", s); - return -1; -} - - static double constant(char *name, int arg) { |