diff options
Diffstat (limited to 'ext/rpc/php_rpc.h')
-rw-r--r-- | ext/rpc/php_rpc.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/rpc/php_rpc.h b/ext/rpc/php_rpc.h index 32074ee70d..165f3e07ac 100644 --- a/ext/rpc/php_rpc.h +++ b/ext/rpc/php_rpc.h @@ -29,16 +29,6 @@ ZEND_FUNCTION(rpc_get); ZEND_FUNCTION(rpc_singleton); ZEND_FUNCTION(rpc_poolable); -ZEND_BEGIN_MODULE_GLOBALS(rpc) - TsHashTable *proxy; -ZEND_END_MODULE_GLOBALS(rpc) - -#ifdef ZTS -#define RPC_G(v) TSRMG(rpc_globals_id, zend_rpc_globals *, v) -#else -#define RPC_G(v) (rpc_globals.v) -#endif - #define phpext_rpc_ptr &rpc_module_entry #endif /* PHP_RPC_H */
\ No newline at end of file |