aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/sort.c')
-rw-r--r--coreutils/sort.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c
index 311d0cb9c..dad542964 100644
--- a/coreutils/sort.c
+++ b/coreutils/sort.c
@@ -296,7 +296,6 @@ int sort_main(int argc, char **argv)
296 key_separator = str_t[0]; 296 key_separator = str_t[0];
297 } 297 }
298 /* parse sort key */ 298 /* parse sort key */
299 lst_k = llist_rev(lst_k);
300 while (lst_k) { 299 while (lst_k) {
301 enum { 300 enum {
302 FLAG_allowed_for_k = 301 FLAG_allowed_for_k =