|
11 | 11 | * Copyright (c) 2004-2006 The Regents of the University of California. |
12 | 12 | * All rights reserved. |
13 | 13 | * Copyright (c) 2009 Oak Ridge National Labs. All rights reserved. |
14 | | - * Copyright (c) 2013 Cisco Systems, Inc. All rights reserved. |
| 14 | + * Copyright (c) 2013-2017 Cisco Systems, Inc. All rights reserved |
15 | 15 | * $COPYRIGHT$ |
16 | 16 | * |
17 | 17 | * Additional copyrights may follow |
@@ -464,9 +464,7 @@ opal_pack_general_function( opal_convertor_t* pConvertor, |
464 | 464 | unsigned char *conv_ptr, *iov_ptr; |
465 | 465 | size_t iov_len_local; |
466 | 466 | uint32_t iov_count; |
467 | | - int type, rc; |
468 | | - const opal_convertor_master_t* master = pConvertor->master; |
469 | | - ptrdiff_t advance; |
| 467 | + int type; |
470 | 468 |
|
471 | 469 | DO_DEBUG( opal_output( 0, "opal_convertor_general_pack( %p:%p, {%p, %lu}, %d )\n", |
472 | 470 | (void*)pConvertor, (void*)pConvertor->pBaseBuf, |
@@ -566,7 +564,10 @@ opal_pack_general_function( opal_convertor_t* pConvertor, |
566 | 564 | PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc, |
567 | 565 | pStack->disp + local_disp); |
568 | 566 | pos_desc++; |
| 567 | +#if 0 |
| 568 | + // This label currently in another if 0'ed out block |
569 | 569 | update_loop_description: /* update the current state */ |
| 570 | +#endif |
570 | 571 | conv_ptr = pConvertor->pBaseBuf + pStack->disp; |
571 | 572 | UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc ); |
572 | 573 | DDT_DUMP_STACK( pConvertor->pStack, pConvertor->stack_pos, pElem, "advance loop" ); |
|
0 commit comments