diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-10 20:11:50 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-04-12 11:44:02 -0700 |
commit | 465aa30420bc730ad8f0fe235bc80d169e4b5831 (patch) | |
tree | 6e7328c5ae56355dca2ca0acbcb3125a485ccf6b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 3b72f84f8fb65e83e85e9be58eabcf95a40b8f46 (diff) |
net: neterion: remove redundant assignment to variable tmp64
The variable tmp64 is being initialized with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions