Remove leftovers of ARG_LICENSE option from MH.
Showing
3 changed files
with
0 additions
and
12 deletions
... | @@ -140,10 +140,6 @@ opt_handler (int key, char *arg, struct argp_state *state) | ... | @@ -140,10 +140,6 @@ opt_handler (int key, char *arg, struct argp_state *state) |
140 | mh_opt_notimpl ("-[no]whatnowproc"); | 140 | mh_opt_notimpl ("-[no]whatnowproc"); |
141 | break; | 141 | break; |
142 | 142 | ||
143 | case ARG_LICENSE: | ||
144 | mh_license (argp_program_version); | ||
145 | break; | ||
146 | |||
147 | default: | 143 | default: |
148 | return ARGP_ERR_UNKNOWN; | 144 | return ARGP_ERR_UNKNOWN; |
149 | } | 145 | } | ... | ... |
... | @@ -208,10 +208,6 @@ opt_handler (int key, char *arg, struct argp_state *state) | ... | @@ -208,10 +208,6 @@ opt_handler (int key, char *arg, struct argp_state *state) |
208 | mh_opt_notimpl ("-[no]whatnowproc"); | 208 | mh_opt_notimpl ("-[no]whatnowproc"); |
209 | break; | 209 | break; |
210 | 210 | ||
211 | case ARG_LICENSE: | ||
212 | mh_license (argp_program_version); | ||
213 | break; | ||
214 | |||
215 | default: | 211 | default: |
216 | return ARGP_ERR_UNKNOWN; | 212 | return ARGP_ERR_UNKNOWN; |
217 | } | 213 | } | ... | ... |
... | @@ -261,10 +261,6 @@ opt_handler (int key, char *arg, struct argp_state *state) | ... | @@ -261,10 +261,6 @@ opt_handler (int key, char *arg, struct argp_state *state) |
261 | mh_opt_notimpl ("-[no]whatnowproc"); | 261 | mh_opt_notimpl ("-[no]whatnowproc"); |
262 | break; | 262 | break; |
263 | 263 | ||
264 | case ARG_LICENSE: | ||
265 | mh_license (argp_program_version); | ||
266 | break; | ||
267 | |||
268 | case ARGP_KEY_FINI: | 264 | case ARGP_KEY_FINI: |
269 | if (!format_str) | 265 | if (!format_str) |
270 | format_str = default_format_str; | 266 | format_str = default_format_str; | ... | ... |
-
Please register or sign in to post a comment