diff options
author | 2018-08-29 11:16:12 +0100 | |
---|---|---|
committer | 2018-09-03 11:04:49 +0200 | |
commit | 849fe89ce6d7bb52d2903c79d2ff089d55e6ff8a (patch) | |
tree | 9c9d17719f927396e04ee5f073888f10ebd0565a /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mapping (diff) | |
download | linux-dev-849fe89ce6d7bb52d2903c79d2ff089d55e6ff8a.tar.xz linux-dev-849fe89ce6d7bb52d2903c79d2ff089d55e6ff8a.zip |
udf: remove unused variables group_start and nr_groups
Variables group_start and nr_groups are being assigned but are never used
hence they are redundant and can be removed.
Cleans up clang warning:
variable 'group_start' set but not used [-Wunused-but-set-variable]
variable 'nr_groups' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions