Commit 3c5c8f6748ce5a4a63ac7d025ddca4a01574a1a7

Authored by Ralf Baechle
1 parent efec3c4e96

Delete unused ieee754_cname[] and declaration.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Showing 2 changed files with 0 additions and 11 deletions Side-by-side Diff

arch/mips/math-emu/ieee754.c
... ... @@ -42,16 +42,6 @@
42 42 #define SP_EMIN (-126)
43 43 #define SP_EMAX 127
44 44  
45   -/* indexed by class */
46   -const char *const ieee754_cname[] = {
47   - "Normal",
48   - "Zero",
49   - "Denormal",
50   - "Infinity",
51   - "QNaN",
52   - "SNaN",
53   -};
54   -
55 45 /* special constants
56 46 */
57 47  
arch/mips/math-emu/ieee754.h
... ... @@ -205,7 +205,6 @@
205 205 #define IEEE754_CLASS_INF 0x03
206 206 #define IEEE754_CLASS_SNAN 0x04
207 207 #define IEEE754_CLASS_QNAN 0x05
208   -extern const char *const ieee754_cname[];
209 208  
210 209 /* exception numbers */
211 210 #define IEEE754_INEXACT 0x01