diff options
author | Dave Barach <dave@barachs.net> | 2020-05-12 16:43:10 -0400 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-08-18 09:54:56 +0000 |
commit | ec77742de79443dbdea84f08ca83d1f2d64edb09 (patch) | |
tree | 1df3df629724a03ad2b46f47efabaa2f710e44ef /extras | |
parent | 96fdd790f300209030d519a71856bab1ba3317b8 (diff) |
misc: remove useless assignment
Type: fix
Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: I7708587804bc979fa9c46fb11f96d264821e2357
(cherry picked from commit 9a099b6e503659473cbdb8585f823c3c3d83f34e)
Diffstat (limited to 'extras')
-rw-r--r-- | extras/vpp_config/vpplib/AutoConfig.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/vpp_config/vpplib/AutoConfig.py b/extras/vpp_config/vpplib/AutoConfig.py index c4777104c0b..c287c5b669a 100644 --- a/extras/vpp_config/vpplib/AutoConfig.py +++ b/extras/vpp_config/vpplib/AutoConfig.py @@ -507,7 +507,6 @@ class AutoConfig(object): total_mbufs = (((rx_queues * desc_entries) + (tx_queues * desc_entries)) * total_ports_per_numa) - total_mbufs = total_mbufs return total_mbufs |