remove stray comment

This commit is contained in:
christos 2008-03-25 22:55:25 +00:00
parent 8f0af7be4b
commit 9ebe85fa97
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: arp.c,v 1.30 2008/03/25 22:54:54 christos Exp $ */
/* $NetBSD: arp.c,v 1.31 2008/03/25 22:55:25 christos Exp $ */
/*
* Copyright (c) 1992 Regents of the University of California.
@ -163,7 +163,6 @@ arpwhohas(struct iodesc *d, struct in_addr addr)
inet_ntoa(addr), ether_sprintf(ah->arp_sha));
}
#endif
/*###166 [cc] warning: statement with no effect%%%*/
MACPY(ah->arp_sha, al->ea);
++arp_num;