summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorMichael Brown2017-01-25 11:17:48 +0100
committerMichael Brown2017-01-25 11:17:48 +0100
commit5ff13830ec5e2a5f0e8d82d780c264b73faf1935 (patch)
treeee73f25f34dfc10ba2bc62d5b6e082d6bd42258d /src/core
parent[interface] Avoid unnecessary reference counting in intf_unplug() (diff)
downloadipxe-5ff13830ec5e2a5f0e8d82d780c264b73faf1935.tar.gz
ipxe-5ff13830ec5e2a5f0e8d82d780c264b73faf1935.tar.xz
ipxe-5ff13830ec5e2a5f0e8d82d780c264b73faf1935.zip
[interface] Remove misleading comment
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/interface.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/interface.c b/src/core/interface.c
index faaa931f..a700d2e4 100644
--- a/src/core/interface.c
+++ b/src/core/interface.c
@@ -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 ),