summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-08-03 18:04:39 +0000
committerache <ache@FreeBSD.org>1997-08-03 18:04:39 +0000
commit18f2d2147c1f106b540853963b606553f9c14e19 (patch)
treed656f192dcc8985f6e8b62f864db9187b4998e5f /lib
parent3a97bfd8f216f180f8e91159b269547c5a9085ee (diff)
downloadFreeBSD-src-18f2d2147c1f106b540853963b606553f9c14e19.zip
FreeBSD-src-18f2d2147c1f106b540853963b606553f9c14e19.tar.gz
Remove collate_range_cmp, was left for temp. backward compatibility
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/collcmp.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libc/locale/collcmp.c b/lib/libc/locale/collcmp.c
index 35d0640..520f800 100644
--- a/lib/libc/locale/collcmp.c
+++ b/lib/libc/locale/collcmp.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: collcmp.c,v 1.10 1997/02/22 14:59:54 peter Exp $
*/
#define ASCII_COMPATIBLE_COLLATE /* see usr.bin/colldef/data */
@@ -34,15 +34,6 @@
#include <ctype.h>
#endif
-/* Temporary backward compatibility */
-
-int collate_range_cmp (c1, c2)
- int c1, c2;
-{
- return __collate_range_cmp(c1, c2);
-}
-
-
/*
* Compare two characters converting collate information
* into ASCII-compatible range, it allows to handle
OpenPOWER on IntegriCloud