From 373f97cdaeefd27ed244c84b94a9396969425082 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Mon, 14 Apr 2014 00:20:30 +0000 Subject: [PATCH] Remove a non-necessary label. This commit was SVN r31380. --- opal/datatype/opal_datatype_unpack.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/opal/datatype/opal_datatype_unpack.c b/opal/datatype/opal_datatype_unpack.c index 335d0064ae..51fa37e03f 100644 --- a/opal/datatype/opal_datatype_unpack.c +++ b/opal/datatype/opal_datatype_unpack.c @@ -3,7 +3,7 @@ * Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. - * Copyright (c) 2004-2009 The University of Tennessee and The University + * Copyright (c) 2004-2014 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. * Copyright (c) 2004-2006 High Performance Computing Center Stuttgart, @@ -547,7 +547,6 @@ opal_unpack_general_function( opal_convertor_t* pConvertor, PUSH_STACK( pStack, pConvertor->stack_pos, pos_desc, OPAL_DATATYPE_LOOP, count_desc, pStack->disp ); pos_desc++; - update_loop_description: /* update the current state */ conv_ptr = pConvertor->pBaseBuf + pStack->disp; UPDATE_INTERNAL_COUNTERS( description, pos_desc, pElem, count_desc ); DDT_DUMP_STACK( pConvertor->pStack, pConvertor->stack_pos, pElem, "advance loop" );