diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-23 14:48:12 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 20:32:52 +0200 |
commit | 3c5c8f6748ce5a4a63ac7d025ddca4a01574a1a7 (patch) | |
tree | 6e3958230b27e1bed66789245c847075ff27efef /arch/mips/math-emu/ieee754.h | |
parent | Include for prototypes. (diff) | |
download | linux-3c5c8f6748ce5a4a63ac7d025ddca4a01574a1a7.tar.xz linux-3c5c8f6748ce5a4a63ac7d025ddca4a01574a1a7.zip |
Delete unused ieee754_cname[] and declaration.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/ieee754.h')
-rw-r--r-- | arch/mips/math-emu/ieee754.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/math-emu/ieee754.h b/arch/mips/math-emu/ieee754.h index c5bdcd25439a..171f177c0f88 100644 --- a/arch/mips/math-emu/ieee754.h +++ b/arch/mips/math-emu/ieee754.h @@ -205,7 +205,6 @@ ieee754dp ieee754dp_sqrt(ieee754dp x); #define IEEE754_CLASS_INF 0x03 #define IEEE754_CLASS_SNAN 0x04 #define IEEE754_CLASS_QNAN 0x05 -extern const char *const ieee754_cname[]; /* exception numbers */ #define IEEE754_INEXACT 0x01 |