Re: [PATCH 1/2] sh: cache: remove unused but set variables in sh4_flush_cache_range
Matthew Wilcox <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Apr 23, 2026 at 04:53:01PM +0200, Thorsten Blum wrote: > Remove 'start' and 'end' to avoid two "variable set but not used" > warnings triggered by -Wunused-but-set-variable. Looks like the actual uses of them were removed in 654d364e26c7. 2009!