From 9623470623e2554de35b9080eb4ede19d58ff1f7 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 31 Oct 1996 14:41:30 +0000 Subject: Remove collate_range_cmp --- include/locale.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/locale.h b/include/locale.h index 9587815767ab..86eda17d34d7 100644 --- a/include/locale.h +++ b/include/locale.h @@ -75,9 +75,6 @@ struct lconv { __BEGIN_DECLS struct lconv *localeconv __P((void)); char *setlocale __P((int, const char *)); -#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) -int collate_range_cmp __P((int, int)); -#endif /* neither ANSI nor POSIX */ __END_DECLS #endif /* _LOCALE_H_ */ -- cgit v1.2.3