summaryrefslogtreecommitdiff
path: root/Examples/php5/sync/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/php5/sync/example.h')
-rw-r--r--Examples/php5/sync/example.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/Examples/php5/sync/example.h b/Examples/php5/sync/example.h
deleted file mode 100644
index d67ec21dc..000000000
--- a/Examples/php5/sync/example.h
+++ /dev/null
@@ -1,9 +0,0 @@
-extern char *s;
-extern int x;
-
-class Sync {
- public:
- int x;
- char *s;
- void printer(void);
-};