diff --git a/ompi/mca/pml/ob1/Makefile.am b/ompi/mca/pml/ob1/Makefile.am index 8cfc5a137e..cb0acd9df9 100644 --- a/ompi/mca/pml/ob1/Makefile.am +++ b/ompi/mca/pml/ob1/Makefile.am @@ -10,6 +10,7 @@ # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. # Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved. +# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved. # # $COPYRIGHT$ # @@ -21,7 +22,7 @@ dist_pkgdata_DATA = \ help-mpi-pml-ob1.txt -EXTRA_DIST = post_configure.sh pml_ob1_endpoint.c pml_ob1_endpoint.h .windows +EXTRA_DIST = post_configure.sh .windows ob1_sources = \ pml_ob1.c \ diff --git a/ompi/mca/pml/ob1/pml_ob1_endpoint.c b/ompi/mca/pml/ob1/pml_ob1_endpoint.c deleted file mode 100644 index c2b5eec1f5..0000000000 --- a/ompi/mca/pml/ob1/pml_ob1_endpoint.c +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana - * University Research and Technology - * Corporation. All rights reserved. - * Copyright (c) 2004-2005 The University of Tennessee and The University - * of Tennessee Research Foundation. All rights - * reserved. - * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, - * University of Stuttgart. All rights reserved. - * Copyright (c) 2004-2005 The Regents of the University of California. - * All rights reserved. - * $COPYRIGHT$ - * - * Additional copyrights may follow - * - * $HEADER$ - */ - -#include "ompi_config.h" - -#include - -#include "pml_ob1_endpoint.h" - - diff --git a/ompi/mca/pml/ob1/pml_ob1_endpoint.h b/ompi/mca/pml/ob1/pml_ob1_endpoint.h deleted file mode 100644 index aeef83abc9..0000000000 --- a/ompi/mca/pml/ob1/pml_ob1_endpoint.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana - * University Research and Technology - * Corporation. All rights reserved. - * Copyright (c) 2004-2005 The University of Tennessee and The University - * of Tennessee Research Foundation. All rights - * reserved. - * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, - * University of Stuttgart. All rights reserved. - * Copyright (c) 2004-2005 The Regents of the University of California. - * All rights reserved. - * $COPYRIGHT$ - * - * Additional copyrights may follow - * - * $HEADER$ - */ -/** - * @file - */ -#ifndef MCA_PML_OB1_ENDPOINT_H -#define MCA_PML_OB1_ENDPOINT_H - -BEGIN_C_DECLS - -END_C_DECLS -#endif -