Skip to content

Commit 438e21e

Browse files
committed
build warning: MPI_Offset redeclared
warning: include/PnetCDF.pxi:19:4: 'MPI_Offset' redeclared
1 parent 376fa67 commit 438e21e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pnetcdf/_Dimension.pyx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ from ._File cimport File
99
from ._utils cimport _strencode, _check_err
1010
cimport mpi4py.MPI as MPI
1111

12-
ctypedef MPI.Offset Offset
13-
14-
1512
from libc.string cimport memcpy, memset
1613
from libc.stdlib cimport malloc, free
17-
from mpi4py.libmpi cimport MPI_Offset
1814

1915
include "PnetCDF.pxi"
2016

0 commit comments

Comments
 (0)