2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

dpif-netdev: Fix dead code in mfex command

The commit removes the dead code from the
MFEX set command as highlighted by static tool
analysis.

Fixes: a395b132b7 ("dpif-netdev: Add packet count and core id paramters for study")
Signed-off-by: kumar Amber <kumar.amber@intel.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
This commit is contained in:
kumar Amber
2021-08-16 13:33:30 +05:30
committed by Ian Stokes
parent 8a5f055a0b
commit d2ad305a64

View File

@@ -1180,7 +1180,6 @@ dpif_miniflow_extract_impl_set(struct unixctl_conn *conn, int argc,
} else {
ds_put_format(&reply, "Error: unknown argument %s.\n", argv[1]);
goto error;
break;
}
}