diff options
-rw-r--r-- | src/sort.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sort.c b/src/sort.c index 7e1e17971..f3809814c 100644 --- a/src/sort.c +++ b/src/sort.c @@ -481,8 +481,6 @@ strncoll (char *s1, char *s2, int len) { register int diff; - assert (len == min (strlen (s1), strlen (s2))); - if (need_locale) { /* Emulate a strncoll function, by forcing strcoll to compare |