interface-file: handle_generic(): drop unnecessary unused declaration for state
This commit is contained in:
parent
8d4c7461af
commit
5035d2e160
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue