diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-02-22 13:47:55 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2020-02-22 14:57:47 +0000 |
commit | 5d8b134150af3227179a251e5a7b435d9a021026 (patch) | |
tree | b1c8a48445481b1a763049f5d909807bebf1f73f /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 6065682f99542f6f255d13500f7e56cf194c3ca3 (diff) |
drm/i915/gt: remove redundant assignment to variable dw
Variable dw is being initialized with a value that is never read,
it is assigned a new value later on. The assignment is redundant
and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200222134755.134209-1-colin.king@canonical.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions