aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/smart_pointer_overload.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/smart_pointer_overload.i')
-rw-r--r--Examples/test-suite/smart_pointer_overload.i4
1 files changed, 0 insertions, 4 deletions
diff --git a/Examples/test-suite/smart_pointer_overload.i b/Examples/test-suite/smart_pointer_overload.i
index 0d2cc595d..08248d295 100644
--- a/Examples/test-suite/smart_pointer_overload.i
+++ b/Examples/test-suite/smart_pointer_overload.i
@@ -4,8 +4,6 @@
%warnfilter(SWIGWARN_LANG_OVERLOAD_SHADOW) test;
#endif
-#ifndef SWIG_NO_OVERLOAD
-
%inline %{
struct Foo {
int x;
@@ -24,5 +22,3 @@ public:
};
%}
-#endif
-