From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Date: Tue, 10 May 2022 22:33:09 +0000 Subject: Re: [PATCH 12/22] ia64: cleanup remove_siblinginfo() Message-Id: <20220510153309.b721988023b4d0e1e727f0cb@linux-foundation.org> List-Id: References: <20220510154750.212913-1-yury.norov@gmail.com> <20220510154750.212913-13-yury.norov@gmail.com> In-Reply-To: <20220510154750.212913-13-yury.norov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Yury Norov Cc: Andy Shevchenko , David Laight , Greg Kroah-Hartman , Joe Perches , Julia Lawall , =?UTF-8?Q?Micha=C5=82_Miros=C5=82aw?= , Nicholas Piggin , Nicolas Palix , Peter Zijlstra , Rasmus Villemoes , Matti Vaittinen , linux-kernel@vger.kernel.org, Ingo Molnar , Valentin Schneider , linux-ia64@vger.kernel.org On Tue, 10 May 2022 08:47:40 -0700 Yury Norov wrote: > remove_siblinginfo() initialises variable 'last', but never uses it. > Drop unneeded code. ack. I'll assume you'll be merging this up.