Remove unused struct if_context from bin/pattyd.c
This commit is contained in:
parent
c201dba833
commit
a06a7d3ac7
1 changed files with 0 additions and 7 deletions
|
@ -90,13 +90,6 @@ error_invalid_args:
|
||||||
return -1;
|
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,
|
static int handle_if(struct context *ctx,
|
||||||
int lineno,
|
int lineno,
|
||||||
int argc,
|
int argc,
|
||||||
|
|
Loading…
Add table
Reference in a new issue