From 003849ab392bece53a661121b0745ae44735c619 Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Mon, 18 Mar 2024 19:49:21 +0300 Subject: [PATCH] mpi.h: Remove MPI_ABI_VERSION and MPI_ABI_SUBVERSION --- mpi.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/mpi.h b/mpi.h index cd0fce4..39df686 100644 --- a/mpi.h +++ b/mpi.h @@ -13,9 +13,6 @@ extern "C" { #define MPI_VERSION 4 #define MPI_SUBVERSION 2 -#define MPI_ABI_VERSION 1 -#define MPI_ABI_SUBVERSION 0 - /* MPI_Aint is defined to be intptr_t (or equivalent to it, if compiler support is absent). * The only acceptable alternative to intptr_t is the C89 type equivalent to it. */ #if !defined(MPI_ABI_Aint)