Skip to content

Commit

Permalink
Remove utilities source in lieu of static inlined header source code
Browse files Browse the repository at this point in the history
  • Loading branch information
chaburkland committed Jun 24, 2024
1 parent 011e1a9 commit 925d191
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 239 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
'src/delimited_to_arrays.c',
'src/methods.c',
'src/tri_map.c',
'src/utilities.c',
],
include_dirs=get_ext_dir('numpy', 'core', 'include'),
library_dirs=get_ext_dir('numpy', 'core', 'lib'),
Expand Down
226 changes: 0 additions & 226 deletions src/utilities.c

This file was deleted.

Loading

0 comments on commit 925d191

Please sign in to comment.