1
1

Remove redundant declaration of ompi_err_unknown.

This commit was SVN r13829.
Этот коммит содержится в:
Jeff Squyres 2007-02-27 19:37:42 +00:00
родитель 700235eb12
Коммит 38c976d527

Просмотреть файл

@ -10,6 +10,7 @@
* Copyright (c) 2004-2005 The Regents of the University of California. * Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved. * All rights reserved.
* Copyright (c) 2006 University of Houston. All rights reserved. * Copyright (c) 2006 University of Houston. All rights reserved.
* Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$ * $COPYRIGHT$
* *
* Additional copyrights may follow * Additional copyrights may follow
@ -64,7 +65,6 @@ static inline bool ompi_mpi_errcode_is_invalid(int errcode)
return 1; return 1;
} }
OMPI_DECLSPEC extern ompi_mpi_errcode_t ompi_err_unknown;
/** /**
* Return the error class * Return the error class
*/ */