]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc: Remove pointless assignments in batch()
authorPhil Sutter <phil@nwl.cc>
Thu, 18 Oct 2018 13:48:48 +0000 (15:48 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 22 Oct 2018 17:05:43 +0000 (10:05 -0700)
commit6358bbc381c6e38465838370bcbbdeb77ec3565a
tree1a3ea78df222458bac592e30b76d06589dd65256
parent8d05f33a381a22572341204c667aafca02aabcca
tc: Remove pointless assignments in batch()

All these assignments are later overwritten without reading in between,
so just drop them.

Fixes: 485d0c6001c4a ("tc: Add batchsize feature for filter and actions")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/tc.c