aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/director_protected.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/director_protected.i')
-rw-r--r--Examples/test-suite/director_protected.i7
1 files changed, 0 insertions, 7 deletions
diff --git a/Examples/test-suite/director_protected.i b/Examples/test-suite/director_protected.i
index 0299b238d..122addb70 100644
--- a/Examples/test-suite/director_protected.i
+++ b/Examples/test-suite/director_protected.i
@@ -11,13 +11,6 @@
%newobject *::create();
-#ifdef SWIGPHP
-// TODO: Currently we do not track the dynamic type of returned objects
-// in PHP, so we need the factory helper.
-%include factory.i
-%factory(Foo *Bar::create, Bar);
-#endif
-
%rename(a) Bar::hello;
%rename(s) Foo::p;
%rename(q) Foo::r;