Remove unused SWIG_landfill

It's not been used in any version of SWIG in the repository, isn't
documented, and I can find no trace of user code using it.
This commit is contained in:
Olly Betts 2016-08-30 11:16:49 +12:00
commit 3a8f734221

View file

@ -93,9 +93,6 @@ typedef struct {
int newobject;
} swig_object_wrapper;
/* empty zend destructor for types without one */
static ZEND_RSRC_DTOR_FUNC(SWIG_landfill) { (void)rsrc; }
#define SWIG_SetPointerZval(a,b,c,d) SWIG_ZTS_SetPointerZval(a,b,c,d TSRMLS_CC)
#define SWIG_as_voidptr(a) const_cast< void * >(static_cast< const void * >(a))