Remove unused struct if_context from bin/pattyd.c

This commit is contained in:
XANTRONIX Development 2020-09-13 16:08:13 -04:00 committed by XANTRONIX Industrial
parent c201dba833
commit a06a7d3ac7

View file

@ -90,13 +90,6 @@ error_invalid_args:
return -1;
}
struct if_context {
char *config_file;
enum patty_ax25_if_type type;
patty_ax25_addr addr;
patty_kiss_tnc_info info;
};
static int handle_if(struct context *ctx,
int lineno,
int argc,