Remove functions associated with tp_print that are now redundant

Removes SwigPyPacked_print and swig_varlink_print
This commit is contained in:
William S Fulton 2018-12-11 08:08:14 +00:00
commit b8fc71b5f8
3 changed files with 0 additions and 26 deletions

View file

@ -76,7 +76,6 @@
#define PySwigPacked_UnpackData SwigPyPacked_UnpackData
#define PySwigPacked_compare SwigPyPacked_compare
#define PySwigPacked_dealloc SwigPyPacked_dealloc
#define PySwigPacked_print SwigPyPacked_print
#define PySwigPacked_repr SwigPyPacked_repr
#define PySwigPacked_str SwigPyPacked_str
#define PySwigPacked_type SwigPyPacked_type