From 3c5c8f6748ce5a4a63ac7d025ddca4a01574a1a7 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 23 Oct 2005 13:48:12 +0100 Subject: Delete unused ieee754_cname[] and declaration. Signed-off-by: Ralf Baechle --- arch/mips/math-emu/ieee754.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'arch/mips/math-emu/ieee754.c') diff --git a/arch/mips/math-emu/ieee754.c b/arch/mips/math-emu/ieee754.c index ed7fc87aeac5..a93c45dbdefd 100644 --- a/arch/mips/math-emu/ieee754.c +++ b/arch/mips/math-emu/ieee754.c @@ -42,16 +42,6 @@ #define SP_EMIN (-126) #define SP_EMAX 127 -/* indexed by class */ -const char *const ieee754_cname[] = { - "Normal", - "Zero", - "Denormal", - "Infinity", - "QNaN", - "SNaN", -}; - /* special constants */ -- cgit v1.2.3