All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]: mathemu remove unused variable
@ 2002-12-18  1:43 Juan Quintela
  0 siblings, 0 replies; only message in thread
From: Juan Quintela @ 2002-12-18  1:43 UTC (permalink / raw)
  To: linux mips mailing list, Ralf Baechle


Hi
        sign is never used in that function.

Later, Juan.

Index: arch/mips/math-emu/sp_sqrt.c
===================================================================
RCS file: /home/cvs/linux/arch/mips/math-emu/sp_sqrt.c,v
retrieving revision 1.4
diff -u -r1.4 sp_sqrt.c
--- arch/mips/math-emu/sp_sqrt.c	4 Oct 2001 13:19:44 -0000	1.4
+++ arch/mips/math-emu/sp_sqrt.c	18 Dec 2002 00:49:18 -0000
@@ -29,7 +29,6 @@
 
 ieee754sp ieee754sp_sqrt(ieee754sp x)
 {
-	int sign = (int) 0x80000000;
 	int ix, s, q, m, t, i;
 	unsigned int r;
 	COMPXSP;


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-18  1:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-18  1:43 [PATCH]: mathemu remove unused variable Juan Quintela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.