Remove Tcl SWIGTYPE CLASS typemap

Odd typemap cleanup - this typemap can't be used - SWIG_new_copy does not exist
This commit is contained in:
William S Fulton 2022-07-04 09:52:31 +01:00
commit 5e06e0931e

View file

@ -77,11 +77,6 @@
#endif
%typemap(throws,noblock=1) SWIGTYPE CLASS {
SWIG_set_result(SWIG_NewInstanceObj(%as_voidptr(SWIG_new_copy($1, $1_ltype)), $&1_descriptor, 1));
SWIG_fail;
}
%typemap(out) SWIGTYPE = SWIGTYPE INSTANCE;
%typemap(out) SWIGTYPE * = SWIGTYPE *INSTANCE;
%typemap(out) SWIGTYPE *const = SWIGTYPE *;