Changeset 4890

Show
Ignore:
Timestamp:
07/02/09 10:44:54 (5 months ago)
Author:
buntinas
Message:

removed debugging code that shouldn't have been checked in

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/include/mpid_nem_inline.h

    r4888 r4890  
    576576 
    577577            /* copy header */ 
    578             { 
    579                 void * p = (void *)pbox->cell.pkt.mpich2.payload; 
    580                 MPIU_Memcpy(p, header, header_sz); 
    581             /* MPIU_Memcpy((void *)pbox->cell.pkt.mpich2.payload, header, header_sz); */ 
    582             } 
     578            MPIU_Memcpy((void *)pbox->cell.pkt.mpich2.payload, header, header_sz); 
    583579             
    584580            /* copy data */