Commit 6cf8cbbb 6cf8cbbb057216f37008287a83d1c61908e21737 by Sergey Poznyakoff

Remove leftovers of ARG_LICENSE option from MH.

1 parent ab4d428e
......@@ -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;
}
......
......@@ -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;
}
......
......@@ -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;
......