david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[interface] Remove misleading comment

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2017-01-25 10:17:48 +00:00
parent 8ef4e7c572
commit 5ff13830ec
1 changed files with 0 additions and 3 deletions

View File

@ -79,9 +79,6 @@ struct interface null_intf = INTF_INIT ( null_intf_desc );
* The reference to the existing destination interface is dropped, a
* reference to the new destination interface is obtained, and the
* interface is updated to point to the new destination interface.
*
* Note that there is no "unplug" call; instead you must plug the
* interface into a null interface.
*/
void intf_plug ( struct interface *intf, struct interface *dest ) {
DBGC ( INTF_COL ( intf ),