thanks, msvc didn't complain about that
[m6w6/ext-http] / phpstr / phpstr.h
index a3a15962660da8a7ad552d94c4c12c491ec426ae..9e18e5464df99d55ede2ecc471a7d359c5b0ef0c 100644 (file)
@@ -31,7 +31,6 @@
 #endif
 
 #define PHPSTR(p) ((phpstr *) (p))
-#define PHPSTR_P(p) ((phpstr **) (&p))
 #define PHPSTR_VAL(p) (PHPSTR(p))->data
 #define PHPSTR_LEN(p) (PHPSTR(p))->used