From: Roland McGrath Date: Thu, 12 Feb 2015 22:57:04 +0000 (-0800) Subject: Remove unused macro. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=102df60df81ffe7f4d017a70ba2778b1d5e3109a;p=thirdparty%2Fglibc.git Remove unused macro. --- diff --git a/sysdeps/arm/nacl/sysdep.h b/sysdeps/arm/nacl/sysdep.h index aeb5566dde7..951df3215d1 100644 --- a/sysdeps/arm/nacl/sysdep.h +++ b/sysdeps/arm/nacl/sysdep.h @@ -60,7 +60,6 @@ /* Rather than macroizing the code any more, we can just define a few mnemonics as macros here. */ # define bl sfi_bl -# define bxne sfi_blne /* Only condition now in use. */ # define bx sfi_bx # define blx sfi_blx # define bxeq sfi_bxeq /* Only condition now in use. */