Skip to content

Commit a152aa2

Browse files
committed
cleanup: remove the unused (and unexpanded) {ORTE,OMPI}_WANT_REPO_REV macro
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
1 parent fccb3e7 commit a152aa2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ompi/include/ompi/version.h.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* Copyright (c) 2004-2005 The Regents of the University of California.
1111
* All rights reserved.
1212
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
13+
* Copyright (c) 2018 Research Organization for Information Science
14+
* and Technology (RIST). All rights reserved.
1315
* $COPYRIGHT$
1416
*
1517
* Additional copyrights may follow
@@ -27,7 +29,6 @@
2729
#define OMPI_MINOR_VERSION @OMPI_MINOR_VERSION@
2830
#define OMPI_RELEASE_VERSION @OMPI_RELEASE_VERSION@
2931
#define OMPI_GREEK_VERSION "@OMPI_GREEK_VERSION@"
30-
#define OMPI_WANT_REPO_REV @OMPI_WANT_REPO_REV@
3132
#define OMPI_REPO_REV "@OMPI_REPO_REV@"
3233
#ifdef OMPI_VERSION
3334
/* If we included version.h, we want the real version, not the

orte/include/orte/version.h.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* Copyright (c) 2004-2005 The Regents of the University of California.
1111
* All rights reserved.
1212
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
13+
* Copyright (c) 2018 Research Organization for Information Science
14+
* and Technology (RIST). All rights reserved.
1315
* $COPYRIGHT$
1416
*
1517
* Additional copyrights may follow
@@ -27,7 +29,6 @@
2729
#define ORTE_MINOR_VERSION @ORTE_MINOR_VERSION@
2830
#define ORTE_RELEASE_VERSION @ORTE_RELEASE_VERSION@
2931
#define ORTE_GREEK_VERSION "@ORTE_GREEK_VERSION@"
30-
#define ORTE_WANT_REPO_REV @ORTE_WANT_REPO_REV@
3132
#define ORTE_REPO_REV "@ORTE_REPO_REV@"
3233
#ifdef ORTE_VERSION
3334
/* If we included version.h, we want the real version, not the

0 commit comments

Comments
 (0)