[Pvfs2-cvs] commit by pcarns in pvfs2/src/io/bmi: op-list.c
CVS commit program
cvs at parl.clemson.edu
Sun Jun 7 15:31:08 EDT 2009
Update of /projects/cvsroot/pvfs2/src/io/bmi
In directory parlweb1:/tmp/cvs-serv3642
Modified Files:
Tag: tcp-peer-comm-branch
op-list.c
Log Message:
remove cruft from previous commit
Index: op-list.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/op-list.c,v
diff -p -u -r1.9.34.1 -r1.9.34.2
--- op-list.c 7 Jun 2009 19:30:32 -0000 1.9.34.1
+++ op-list.c 7 Jun 2009 19:31:08 -0000 1.9.34.2
@@ -242,20 +242,6 @@ static int op_list_cmp_key(struct op_lis
/* swap address in the op to match addr we are using */
my_op->addr = my_op->addr->secondary;
}
-#if 0
- else if(my_key->method_addr->primary &&
- my_key->method_addr->primary == my_op->addr)
- {
- /* swap address in the op to match addr we are using */
- my_op->addr = my_key->method_addr->primary;
- }
- else if(my_key->method_addr->secondary &&
- my_key->method_addr->secondary == my_op->addr)
- {
- /* swap address in the op to match addr we are using */
- my_op->addr = my_key->method_addr->secondary;
- }
-#endif
else
{
return(1);
More information about the Pvfs2-cvs
mailing list