summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sort.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sort.c b/src/sort.c
index f61275541..9efe6c265 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -2808,14 +2808,6 @@ but lacks following character offset"));
outer:;
}
- {
- char *x = getenv ("SORT_INITIAL_LINE_LENGTH");
- if (x != NULL && *x)
- {
- linelength = atoi (x);
- }
- }
-
if (key)
insertkey (key);