On Wed, Aug 21, 2019 at 05:26:33PM +0800, Anand Jain wrote: > %found_key is not used, drop it.
Patches that remove dead/unused code should say why, eg. in this case the variable hasn't been used since the beginning, but in other cases it may point to code that needs closer attention.