summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/join.c b/src/join.c
index b91911227..68156191a 100644
--- a/src/join.c
+++ b/src/join.c
@@ -378,7 +378,7 @@ keycmp (struct line const *line1, struct line const *line2)
}
else
{
- if (HAVE_SETLOCALE && hard_LC_COLLATE)
+ if (hard_LC_COLLATE)
return xmemcoll (beg1, len1, beg2, len2);
diff = memcmp (beg1, beg2, MIN (len1, len2));
}