aboutsummaryrefslogtreecommitdiff
path: root/Examples/php5/proxy/example.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/php5/proxy/example.i')
-rw-r--r--Examples/php5/proxy/example.i12
1 files changed, 0 insertions, 12 deletions
diff --git a/Examples/php5/proxy/example.i b/Examples/php5/proxy/example.i
deleted file mode 100644
index ce73746d0..000000000
--- a/Examples/php5/proxy/example.i
+++ /dev/null
@@ -1,12 +0,0 @@
-/* File : example.i */
-%module example
-
-%{
-#include "example.h"
-%}
-
-/* Let's just grab the original header file here */
-
-%newobject CircleFactory;
-%include "example.h"
-