Skip to content

Commit 6aac0d9

Browse files
committed
Remove useless output stream.
1 parent 31bfeed commit 6aac0d9

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?).
@@ -659,12 +656,6 @@ int32_t ompi_datatype_finalize( void )
659656
/* Get rid of the Fortran2C translation table */
660657
OBJ_DESTRUCT(&ompi_datatype_f_to_c_table);
661658

662-
#if defined(VERBOSE)
663-
if( ompi_datatype_dfd != -1 )
664-
opal_output_close( ompi_datatype_dfd );
665-
ompi_datatype_dfd = -1;
666-
#endif /* VERBOSE */
667-
668659
/* release the local convertors (external32 and local) */
669660
ompi_datatype_default_convertors_fini();
670661

0 commit comments

Comments
 (0)