virsh: network-port: remove pointless comment

We do not have a legacy API for listing network ports
so there's nothing to fall back on.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Ján Tomko 2020-10-05 18:47:18 +02:00
parent 1647e376e8
commit 20bbf85954

View File

@ -1693,7 +1693,6 @@ virshNetworkPortListCollect(vshControl *ctl,
if (!(network = virshCommandOptNetwork(ctl, cmd, NULL)))
goto cleanup;
/* try the list with flags support (0.10.2 and later) */
if ((ret = virNetworkListAllPorts(network,
&list->ports,
flags)) < 0)