summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/editmap/editmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/editmap/editmap.c')
-rw-r--r--contrib/sendmail/editmap/editmap.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/contrib/sendmail/editmap/editmap.c b/contrib/sendmail/editmap/editmap.c
index 3c1b8b9..66ee5793 100644
--- a/contrib/sendmail/editmap/editmap.c
+++ b/contrib/sendmail/editmap/editmap.c
@@ -76,7 +76,6 @@ main(argc, argv)
{
char *progname;
char *cfile;
- bool verbose = false;
bool query = false;
bool update = false;
bool remove = false;
@@ -131,7 +130,7 @@ main(argc, argv)
(void) sm_strlcpy(user_info.smdbu_name, RunAsUserName,
SMDB_MAX_USER_NAME_LEN);
-#define OPTIONS "C:fquxvN"
+#define OPTIONS "C:fquxN"
while ((opt = getopt(argc, argv, OPTIONS)) != -1)
{
switch (opt)
@@ -159,10 +158,6 @@ main(argc, argv)
nops++;
break;
- case 'v':
- verbose = true;
- break;
-
case 'N':
inclnull = true;
break;
OpenPOWER on IntegriCloud