coreutils
[Top][All Lists]
Advanced

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

[PATCH] maint: remove a definition for a no longer used option


From: Pádraig Brady
Subject: [PATCH] maint: remove a definition for a no longer used option
Date: Tue, 2 Jul 2013 11:49:53 +0100

* src/stat.c (long_options): Remove the "context" option as it's
no longer referenced since commit v8.5-65-g13f3237
---
 src/stat.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/stat.c b/src/stat.c
index 947bc31..0a6497b 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -179,7 +179,6 @@ enum
 
 static struct option const long_options[] =
 {
-  {"context", no_argument, 0, 'Z'},
   {"dereference", no_argument, NULL, 'L'},
   {"file-system", no_argument, NULL, 'f'},
   {"format", required_argument, NULL, 'c'},
-- 
1.7.7.6




reply via email to

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