diff --git a/bin/pattyd.c b/bin/pattyd.c index f9cb444..bc539ce 100644 --- a/bin/pattyd.c +++ b/bin/pattyd.c @@ -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,