Skip to content

Commit

Permalink
API: Remove noprefix.h headers
Browse files Browse the repository at this point in the history
  • Loading branch information
seberg committed Jun 12, 2023
1 parent 1f94b81 commit a0da4dd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 212 deletions.
1 change: 0 additions & 1 deletion numpy/core/include/meson.build
Expand Up @@ -7,7 +7,6 @@ installed_headers = [
'numpy/halffloat.h',
'numpy/ndarrayobject.h',
'numpy/ndarraytypes.h',
'numpy/noprefix.h',
'numpy/npy_1_7_deprecated_api.h',
'numpy/npy_3kcompat.h',
'numpy/npy_common.h',
Expand Down
4 changes: 0 additions & 4 deletions numpy/core/include/numpy/arrayobject.h
Expand Up @@ -4,8 +4,4 @@

#include "ndarrayobject.h"

#ifdef NPY_NO_PREFIX
#include "noprefix.h"
#endif

#endif /* NUMPY_CORE_INCLUDE_NUMPY_ARRAYOBJECT_H_ */
206 changes: 0 additions & 206 deletions numpy/core/include/numpy/noprefix.h

This file was deleted.

1 change: 0 additions & 1 deletion numpy/core/setup.py
Expand Up @@ -809,7 +809,6 @@ def get_mathlib_info(*args):
join('include', 'numpy', '_neighborhood_iterator_imp.h'),
join('include', 'numpy', 'npy_endian.h'),
join('include', 'numpy', 'arrayscalars.h'),
join('include', 'numpy', 'noprefix.h'),
join('include', 'numpy', 'npy_3kcompat.h'),
join('include', 'numpy', 'npy_math.h'),
join('include', 'numpy', 'halffloat.h'),
Expand Down

0 comments on commit a0da4dd

Please sign in to comment.