diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-10-04 20:49:53 +0300 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2018-12-05 12:09:16 +0300 |
commit | ec9a5b611e2fde765372885220555a5b38e13c09 (patch) | |
tree | ab8e55e95751fab71d9de14ae20ea7185ab6ae18 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 9da6e26c0aae3fda6017c1ecf5c8881f8dbc37df (diff) | |
download | linux-ec9a5b611e2fde765372885220555a5b38e13c09.tar.xz |
drm/vmwgfx: remove redundant return ret statement
The return statement is redundant as there is a return statement
immediately before it so we have dead code that can be removed.
Also remove the unused declaration of ret.
Detected by CoverityScan, CID#1473793 ("Structurally dead code")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions