datapath: Remove vport_del_all() because it is now a no-op.
authorBen Pfaff <blp@nicira.com>
Fri, 21 Jan 2011 00:34:15 +0000 (16:34 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 21 Jan 2011 00:34:15 +0000 (16:34 -0800)
commita80a9fbd061fe9023cd669d6fe0a4faea7e31af3
treeb02fcd98303d56c88da7ba43a752758090b44d8e
parent8368c090cab8b604818cc3db321f1ed8531f27a4
datapath: Remove vport_del_all() because it is now a no-op.

vport_del_all() was created when vports could exist without being attached
to any datapath.  Now, a vport is always attached to a datapath.  This
function was only called on module unload, but the module can't be unloaded
if any datapath exists, so it won't ever have any work to do, and we might
as well delete it entirely.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Suggested-by: Jesse Gross <jesse@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/vport.c