Removed unused variable.

This commit is contained in:
Bruce Evans 1997-09-07 07:38:33 +00:00
parent 042461b755
commit 2c09f8a586
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29183

View File

@ -60,7 +60,6 @@ struct at_aliasreq {
extern struct pr_usrreqs ddp_usrreqs;
extern struct at_ifaddr *at_ifaddr;
extern struct ifqueue atintrq1, atintrq2;
int atdebug;
#endif
#endif /* _NETATALK_AT_VAR_H_ */