summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
Diffstat (limited to 'mh')
-rw-r--r--mh/comp.c4
-rw-r--r--mh/forw.c4
-rw-r--r--mh/repl.c4
3 files changed, 0 insertions, 12 deletions
diff --git a/mh/comp.c b/mh/comp.c
index 397948325..935f1145c 100644
--- a/mh/comp.c
+++ b/mh/comp.c
@@ -140,10 +140,6 @@ opt_handler (int key, char *arg, struct argp_state *state)
mh_opt_notimpl ("-[no]whatnowproc");
break;
- case ARG_LICENSE:
- mh_license (argp_program_version);
- break;
-
default:
return ARGP_ERR_UNKNOWN;
}
diff --git a/mh/forw.c b/mh/forw.c
index 30f080665..8d331ecac 100644
--- a/mh/forw.c
+++ b/mh/forw.c
@@ -208,10 +208,6 @@ opt_handler (int key, char *arg, struct argp_state *state)
mh_opt_notimpl ("-[no]whatnowproc");
break;
- case ARG_LICENSE:
- mh_license (argp_program_version);
- break;
-
default:
return ARGP_ERR_UNKNOWN;
}
diff --git a/mh/repl.c b/mh/repl.c
index 350241a67..9f0f5e55b 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -261,10 +261,6 @@ opt_handler (int key, char *arg, struct argp_state *state)
mh_opt_notimpl ("-[no]whatnowproc");
break;
- case ARG_LICENSE:
- mh_license (argp_program_version);
- break;
-
case ARGP_KEY_FINI:
if (!format_str)
format_str = default_format_str;

Return to:

Send suggestions and report system problems to the System administrator.