aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/ieee754.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-10-23 13:48:12 +0100
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:32:52 +0100
commit3c5c8f6748ce5a4a63ac7d025ddca4a01574a1a7 (patch)
tree6e3958230b27e1bed66789245c847075ff27efef /arch/mips/math-emu/ieee754.c
parentInclude for prototypes. (diff)
downloadlinux-dev-3c5c8f6748ce5a4a63ac7d025ddca4a01574a1a7.tar.xz
linux-dev-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.c')
-rw-r--r--arch/mips/math-emu/ieee754.c10
1 files changed, 0 insertions, 10 deletions
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
*/