[Openais] [patch] Unnecessary `else' in assembly code of totempg

Masatake YAMATO yamato at redhat.com
Sat Feb 14 09:05:53 PST 2009


Hi,

Could you merge this patch if it is correct?

Masatake YAMATO

Index: exec/totempg.c
===================================================================
--- exec/totempg.c	(revision 1759)
+++ exec/totempg.c	(working copy)
@@ -582,7 +582,7 @@
 			iov_delv.iov_len = msg_lens[1];
 			start = 1;
 		}
-	} else 
+	}
 	if (throw_away_mode == THROW_AWAY_INACTIVE) {
 		if (continuation == assembly->last_frag_num) {
 			assembly->last_frag_num = mcast->fragmented;


More information about the Openais mailing list