1
1

cleanup: remove the unused (and unexpanded) {ORTE,OMPI}_WANT_REPO_REV macro

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
Gilles Gouaillardet 2018-12-06 13:07:27 +09:00
родитель fccb3e7514
Коммит a152aa215e
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -10,6 +10,8 @@
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2018 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -27,7 +29,6 @@
#define OMPI_MINOR_VERSION @OMPI_MINOR_VERSION@
#define OMPI_RELEASE_VERSION @OMPI_RELEASE_VERSION@
#define OMPI_GREEK_VERSION "@OMPI_GREEK_VERSION@"
#define OMPI_WANT_REPO_REV @OMPI_WANT_REPO_REV@
#define OMPI_REPO_REV "@OMPI_REPO_REV@"
#ifdef OMPI_VERSION
/* If we included version.h, we want the real version, not the

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

@ -10,6 +10,8 @@
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2018 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -27,7 +29,6 @@
#define ORTE_MINOR_VERSION @ORTE_MINOR_VERSION@
#define ORTE_RELEASE_VERSION @ORTE_RELEASE_VERSION@
#define ORTE_GREEK_VERSION "@ORTE_GREEK_VERSION@"
#define ORTE_WANT_REPO_REV @ORTE_WANT_REPO_REV@
#define ORTE_REPO_REV "@ORTE_REPO_REV@"
#ifdef ORTE_VERSION
/* If we included version.h, we want the real version, not the