From 38c976d527b2cd6aae86c06b8d337dc2ddfae3f8 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 27 Feb 2007 19:37:42 +0000 Subject: [PATCH] Remove redundant declaration of ompi_err_unknown. This commit was SVN r13829. --- ompi/errhandler/errcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/errhandler/errcode.h b/ompi/errhandler/errcode.h index 1c3d437bef..10c6ad0cb9 100644 --- a/ompi/errhandler/errcode.h +++ b/ompi/errhandler/errcode.h @@ -10,6 +10,7 @@ * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. * Copyright (c) 2006 University of Houston. All rights reserved. + * Copyright (c) 2007 Cisco Systems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -64,7 +65,6 @@ static inline bool ompi_mpi_errcode_is_invalid(int errcode) return 1; } -OMPI_DECLSPEC extern ompi_mpi_errcode_t ompi_err_unknown; /** * Return the error class */