]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
revert last change
authorJim Meyering <jim@meyering.net>
Sat, 6 Dec 1997 21:09:58 +0000 (21:09 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 6 Dec 1997 21:09:58 +0000 (21:09 +0000)
src/sort.c

index f61275541aefcdfce30534b2ee88223d7ac4f98b..9efe6c265b130a98b95a31b673aa0af29f127cc2 100644 (file)
@@ -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);