Remove unused SWIG_NO_OVERLOAD macro from testcases
This commit is contained in:
parent
f4644d7c30
commit
4f4147a779
5 changed files with 0 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue