Remove unused SWIG_NO_OVERLOAD macro from testcases

This commit is contained in:
William S Fulton 2017-10-04 23:49:40 +01:00
commit 4f4147a779
5 changed files with 0 additions and 20 deletions

View file

@ -19,7 +19,6 @@
%rename(Foos) Foo;
#endif
#ifndef SWIG_NO_OVERLOAD
%immutable Spam::type;
%inline %{
@ -177,8 +176,6 @@ long long ll(long long ull) { return ull; }
%malloc(void);
%free(void);
#endif
%inline {
class ClassA