mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
Remove unused python_NN_unmap() functions
This commit is contained in:
parent
0c6128a895
commit
4ecdd1f81b
2 changed files with 1 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue