Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[interface] Remove misleading comment
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Jan 25, 2017
1 parent 8ef4e7c commit 5ff1383
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/interface.c
Expand Up @@ -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 ),
Expand Down

0 comments on commit 5ff1383

Please sign in to comment.