]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): Remove dcl of and statements that set now-unused variable.
authorJim Meyering <jim@meyering.net>
Sun, 28 May 1995 02:04:55 +0000 (02:04 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 28 May 1995 02:04:55 +0000 (02:04 +0000)
src/tail.c

index 92743147b065937d30de2a96070ae431f2072285..cbe05c73c1c27f8e5d16c5935a302294ab8c5cd2 100644 (file)
@@ -227,7 +227,6 @@ main (argc, argv)
   while ((c = getopt_long (argc, argv, "c:n:fqv", long_options, (int *) 0))
         != EOF)
     {
-      int allow_bkm_suffix;
       strtol_error s_err;
 
       switch (c)
@@ -237,12 +236,10 @@ main (argc, argv)
 
        case 'c':
          count_lines = 0;
-         allow_bkm_suffix = 1;
          goto getnum;
 
        case 'n':
          count_lines = 1;
-         allow_bkm_suffix = 0;
        getnum:
          if (*optarg == '+')
            {