Skip to content

Commit 5b8334a

Browse files
bosilcaggouaillardet
authored andcommitted
Remove useless output stream.
(cherry picked from commit 6aac0d9)
1 parent 92bdc48 commit 5b8334a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

ompi/datatype/ompi_datatype_module.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
44
* University Research and Technology
55
* Corporation. All rights reserved.
6-
* Copyright (c) 2004-2013 The University of Tennessee and The University
6+
* Copyright (c) 2004-2016 The University of Tennessee and The University
77
* of Tennessee Research Foundation. All rights
88
* reserved.
99
* Copyright (c) 2004-2006 High Performance Computing Center Stuttgart,
@@ -38,9 +38,6 @@
3838

3939
#include "mpi.h"
4040

41-
/* by default the debuging is turned off */
42-
int ompi_datatype_dfd = -1;
43-
4441
/**
4542
* This is the number of predefined datatypes. It is different than the MAX_PREDEFINED
4643
* as it include all the optional datatypes (such as MPI_INTEGER?, MPI_REAL?).
@@ -662,12 +659,6 @@ int32_t ompi_datatype_finalize( void )
662659
/* Get rid of the Fortran2C translation table */
663660
OBJ_DESTRUCT(&ompi_datatype_f_to_c_table);
664661

665-
#if defined(VERBOSE)
666-
if( ompi_datatype_dfd != -1 )
667-
opal_output_close( ompi_datatype_dfd );
668-
ompi_datatype_dfd = -1;
669-
#endif /* VERBOSE */
670-
671662
/* release the local convertors (external32 and local) */
672663
ompi_datatype_default_convertors_fini();
673664

0 commit comments

Comments
 (0)