aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-10-31 14:41:30 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-10-31 14:41:30 +0000
commit9623470623e2554de35b9080eb4ede19d58ff1f7 (patch)
tree6393ab182af721bb87e99c3d6a16bac2224790ea /include
parent327b0f7e8dd6026727b3021f9e58ec471f46bb94 (diff)
downloadsrc-9623470623e2554de35b9080eb4ede19d58ff1f7.tar.gz
src-9623470623e2554de35b9080eb4ede19d58ff1f7.zip
Remove collate_range_cmp
Notes
Notes: svn path=/head/; revision=19289
Diffstat (limited to 'include')
-rw-r--r--include/locale.h3
1 files changed, 0 insertions, 3 deletions
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_ */