diff options
author | Arnd Bergmann <[email protected]> | 2023-08-11 15:10:13 +0200 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-08-21 13:07:22 -0700 |
commit | d59070d1076ec5114edb67c87658aeb1d691d381 (patch) | |
tree | 5ec1366bf3062aeacca3682a8d6849513b649703 /scripts/generate_rust_analyzer.py | |
parent | a50420c79731fc5cf27ad43719c1091e842a2606 (diff) |
radix tree: remove unused variable
Recent versions of clang warn about an unused variable, though older
versions saw the 'slot++' as a use and did not warn:
radix-tree.c:1136:50: error: parameter 'slot' set but not used [-Werror,-Wunused-but-set-parameter]
It's clearly not needed any more, so just remove it.
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 3a08cd52c37c7 ("radix tree: Remove multiorder support")
Signed-off-by: Arnd Bergmann <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Nathan Chancellor <[email protected]>
Cc: Nick Desaulniers <[email protected]>
Cc: Peng Zhang <[email protected]>
Cc: Rong Tao <[email protected]>
Cc: Tom Rix <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions