From 4f18c103dbd8e5cc1a07cd3a48b5e2b6306d46de Mon Sep 17 00:00:00 2001 From: Michal Meloun Date: Thu, 6 Oct 2016 11:54:42 +0000 Subject: [PATCH] ARM: Remove unused variable. Not a functional change. MFC after: 3 days --- sys/arm/arm/locore-v6.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/arm/arm/locore-v6.S b/sys/arm/arm/locore-v6.S index 342fc92d295..cdca46197e8 100644 --- a/sys/arm/arm/locore-v6.S +++ b/sys/arm/arm/locore-v6.S @@ -439,9 +439,6 @@ boot_pt1: .text .align 2 -.Lcpufuncs: - .word _C_LABEL(cpufuncs) - #if defined(SMP) ASENTRY_NP(mpentry)