From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755918AbdKCKRw (ORCPT ); Fri, 3 Nov 2017 06:17:52 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:50634 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750826AbdKCKRs (ORCPT ); Fri, 3 Nov 2017 06:17:48 -0400 X-Google-Smtp-Source: ABhQp+Se98pNEipOZOYIIViaWkDEhNn5FzH+JCLm9BGAzF9b4V9+jgYen4i/Q3A8FGlyBc/Vux693A== From: SeongJae Park To: paulmck@linux.vnet.ibm.com, josh@joshtriplett.org, rostedt@goodmis.org Cc: shuah@kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, SeongJae Park Subject: [PATCH 3/9] rcutorture/kvm.sh: Remove unused variable, `alldone` Date: Fri, 3 Nov 2017 19:17:22 +0900 Message-Id: <20171103101728.28288-4-sj38.park@gmail.com> X-Mailer: git-send-email 2.13.0 In-Reply-To: <20171103101728.28288-1-sj38.park@gmail.com> References: <20171103101728.28288-1-sj38.park@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Variable `alldone` is defined but not used within an awk script. This commit removes it. Fixes:53954671033d ("rcutorture: Do better bin packing") Signed-off-by: SeongJae Park --- tools/testing/selftests/rcutorture/bin/kvm.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/testing/selftests/rcutorture/bin/kvm.sh b/tools/testing/selftests/rcutorture/bin/kvm.sh index b55895fb10ed..0acdfa37c8ab 100755 --- a/tools/testing/selftests/rcutorture/bin/kvm.sh +++ b/tools/testing/selftests/rcutorture/bin/kvm.sh @@ -238,7 +238,6 @@ BEGIN { } END { - alldone = 0; batch = 0; nc = -1; -- 2.13.0