summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-12-19 23:45:35 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2020-01-17 09:55:34 -0800
commit102d412a3d565a105f16e883169239dd66b680b5 (patch)
tree0db25258cf7531c2f193ebf8a70920adc3f4c9d0 /tools/perf/scripts/python/export-to-postgresql.py
parented5a3f664c557e2ee5d92f75398a0fc8ab522ad5 (diff)
ice: remove redundant assignment to variable xmit_done
The variable xmit_done 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> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions