summaryrefslogtreecommitdiff
path: root/Examples/test-suite/overload_copy.i
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2017-10-04 23:49:40 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2017-10-04 23:49:40 +0100
commit4f4147a779bdf2c2a323b862ba7c9941d1bf7729 (patch)
tree7e7b913cefaff21f73c6f1ef3ab961ef8d618664 /Examples/test-suite/overload_copy.i
parentf4644d7c305c4daeda1af1080dac5af60b14d868 (diff)
downloadswig-4f4147a779bdf2c2a323b862ba7c9941d1bf7729.tar.gz
Remove unused SWIG_NO_OVERLOAD macro from testcases
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
-