diff options
author | Doug MacEachern <dougm@covalent.net> | 2001-02-18 05:08:04 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-18 22:16:50 +0000 |
commit | 8063af025e8b11a3a92c708534a72a8c4fe60322 (patch) | |
tree | 73543e90c1f50fccd4b8b5803329f3df72f684f5 /ext/File/Glob | |
parent | 3baa4c62cda542368be1e7e1f7af8bd8257c2ff4 (diff) | |
download | perl-8063af025e8b11a3a92c708534a72a8c4fe60322.tar.gz |
[patch] -Wall cleanup round 2
Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
p4raw-id: //depot/perl@8837
Diffstat (limited to 'ext/File/Glob')
-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) { |