bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] libls: Remove unused variable kflag


From: Tim Rühsen
Subject: [PATCH] libls: Remove unused variable kflag
Date: Sun, 16 Feb 2020 20:16:46 +0100

---
 libls/ls.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libls/ls.c b/libls/ls.c
index 1af03be8..3ca13dee 100644
--- a/libls/ls.c
+++ b/libls/ls.c
@@ -119,7 +119,6 @@ ls_main (int argc, char **argv)
   static char dot[] = ".", *dotav[] = { dot, NULL };
   struct winsize win;
   int ch, fts_options;
-  int kflag = 0;
   char *p;

   /*
@@ -227,7 +226,6 @@ ls_main (int argc, char **argv)
          break;
        case 'k':
          blocksize = 1024;
-         kflag = 1;
          break;
        case 'o':
          f_flags = 1;
--
2.25.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]