From: Diego Nieto Cid <[email protected]>

    ../../utils/frobauth.c:49:19: warning: 'common_args_doc' defined but not 
used [-Wunused-const-variable=]
---
 utils/frobauth.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/utils/frobauth.c b/utils/frobauth.c
index 5de77209..1e0c5e58 100644
--- a/utils/frobauth.c
+++ b/utils/frobauth.c
@@ -46,7 +46,6 @@ static struct argp_child common_child_argps[] =
   { 0 }
 };
 
-static const char common_args_doc[] = "USER...";
 static const char common_doc[] =
   "\vBy default, all processes in the current login collection are selected";
 
-- 
2.51.0


Reply via email to