interface-file: handle_generic(): drop unnecessary unused declaration for state

This commit is contained in:
Ariadne Conill 2020-10-14 04:12:59 -06:00
parent 8d4c7461af
commit 5035d2e160

View file

@ -196,8 +196,6 @@ handle_gateway(struct lif_interface_file_parse_state *state, char *token, char *
static bool static bool
handle_generic(struct lif_interface_file_parse_state *state, char *token, char *bufp) handle_generic(struct lif_interface_file_parse_state *state, char *token, char *bufp)
{ {
(void) state;
if (state->cur_iface == NULL) if (state->cur_iface == NULL)
return true; return true;