Remove stone-aged and irrelevant "#ifndef notdef".

This commit is contained in:
Andre Oppermann 2006-09-29 16:44:45 +00:00
parent 910e1364b6
commit 6a7c943c59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162798

View File

@ -361,7 +361,7 @@ ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro,
goto sendit;
}
#ifndef notdef
/*
* If the source address is not specified yet, use the address
* of the outoing interface.
@ -372,7 +372,7 @@ ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro,
ip->ip_src = IA_SIN(ia)->sin_addr;
}
}
#endif /* notdef */
/*
* Verify that we have any chance at all of being able to queue the
* packet or packet fragments, unless ALTQ is enabled on the given