Remove unused python_NN_unmap() functions

This commit is contained in:
Michael Hansen
2023-11-16 11:27:31 -08:00
parent 0c6128a895
commit 4ecdd1f81b
2 changed files with 1 additions and 12 deletions

View File

@@ -9,8 +9,7 @@
#endif
#define DECLARE_PYTHON(maj, min) \
extern int python_##maj##min##_map(int); \
extern int python_##maj##min##_unmap(int);
extern int python_##maj##min##_map(int);
DECLARE_PYTHON(1, 0)
DECLARE_PYTHON(1, 1)