]> www.infradead.org Git - users/willy/xarray.git/commit
tools/x86/kcpuid: Remove unused variable
authorAhmed S. Darwish <darwi@linutronix.de>
Thu, 18 Jul 2024 13:47:41 +0000 (15:47 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 2 Aug 2024 07:17:18 +0000 (09:17 +0200)
commit39e470057f785eab7b6638feb3f24cbad6816aff
tree6accf74275a9edca9b6e0bd7fa4411cfae970c6f
parent59c34008d3bdeef4c8ebc0ed2426109b474334d4
tools/x86/kcpuid: Remove unused variable

Global variable "num_leafs" is set in multiple places but is never read
anywhere.  Remove it.

Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20240718134755.378115-2-darwi@linutronix.de
tools/arch/x86/kcpuid/kcpuid.c