diff options
Diffstat (limited to 'lib/libc/locale/collcmp.c')
-rw-r--r-- | lib/libc/locale/collcmp.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libc/locale/collcmp.c b/lib/libc/locale/collcmp.c index 35d0640a23a1b..520f800ca8639 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 |