aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/overload_copy.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/overload_copy.i')
-rw-r--r--Examples/test-suite/overload_copy.i4
1 files changed, 0 insertions, 4 deletions
diff --git a/Examples/test-suite/overload_copy.i b/Examples/test-suite/overload_copy.i
index a685f76e2..238d011a6 100644
--- a/Examples/test-suite/overload_copy.i
+++ b/Examples/test-suite/overload_copy.i
@@ -1,7 +1,6 @@
// Tests copy constructor
%module overload_copy
-#ifndef SWIG_NO_OVERLOAD
%inline %{
class Foo {
@@ -11,6 +10,3 @@ public:
};
%}
-
-#endif
-