Remove an unused variable (oops)

This commit is contained in:
brian 2001-11-23 15:47:04 +00:00
parent 4ee088e5a0
commit 5f83a6b610

View File

@ -698,7 +698,7 @@ rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst,
const struct ncpaddr *gw, int bang, int quiet)
{
struct rtmsg rtmes;
int s, nb, wb, width;
int s, nb, wb;
char *cp;
const char *cmdstr;
struct sockaddr_storage sadst, samask, sagw;