Skip to content

Commit 69de124

Browse files
committed
build warning: data type type redeclared
warning: include/PnetCDF.pxi:12:4: 'const_char_ptr' redeclared warning: include/PnetCDF.pxi:17:4: 'MPI_Comm' redeclared warning: include/PnetCDF.pxi:18:4: 'MPI_Info' redeclared ...
1 parent 438e21e commit 69de124

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pnetcdf/_utils.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
#
66
###############################################################################
77

8-
include "PnetCDF.pxi"
98
from ._File cimport File
109
from cpython.mem cimport PyMem_Malloc, PyMem_Free
1110
import numpy as np
1211
from numpy.lib.stride_tricks import as_strided
1312
from libc.stdlib cimport malloc, free
14-
from mpi4py.libmpi cimport MPI_Offset
1513
from mpi4py import MPI
1614

1715

0 commit comments

Comments
 (0)