summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-02-12 14:57:04 -0800
committerRoland McGrath <roland@hack.frob.com>2015-02-12 14:57:04 -0800
commit102df60df81ffe7f4d017a70ba2778b1d5e3109a (patch)
treebffafe68a275690f2e2b3f54b5499c27ee919bf9
parentaaf38f77736da87e6e453f63a6106fc59080b7a5 (diff)
downloadglibc-102df60df81ffe7f4d017a70ba2778b1d5e3109a.tar.gz
glibc-102df60df81ffe7f4d017a70ba2778b1d5e3109a.tar.xz
glibc-102df60df81ffe7f4d017a70ba2778b1d5e3109a.zip
Remove unused macro.
-rw-r--r--sysdeps/arm/nacl/sysdep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/arm/nacl/sysdep.h b/sysdeps/arm/nacl/sysdep.h
index aeb5566dde..951df3215d 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.  */