Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/glob.cc')
-rw-r--r--winsup/cygwin/glob.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/glob.cc b/winsup/cygwin/glob.cc
index 6534249a7..6bb97c19a 100644
--- a/winsup/cygwin/glob.cc
+++ b/winsup/cygwin/glob.cc
@@ -102,8 +102,6 @@ __FBSDID("$FreeBSD: /repoman/r/ncvs/src/lib/libc/gen/glob.c,v 1.25 2006/06/05 18
#undef MAXPATHLEN
#define MAXPATHLEN 16384
-extern BOOL ignore_case_with_glob;
-
#define DOLLAR '$'
#define DOT '.'
#define EOS '\0'