From 5ff13830ec5e2a5f0e8d82d780c264b73faf1935 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 25 Jan 2017 10:17:48 +0000 Subject: [PATCH] [interface] Remove misleading comment Signed-off-by: Michael Brown --- src/core/interface.c | 3 --- 1 file changed, 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 ),