diff options
author | Christian Stocker <chregu@php.net> | 2005-01-17 16:06:57 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2005-01-17 16:06:57 +0000 |
commit | bf2bee53f73b58e0149471d17deabbf843c69047 (patch) | |
tree | ccaf43295f0af17ca4c1f6b3fa06d82cd2cd1bc8 /ext/xsl/php_xsl.h | |
parent | 4984c16261a4a856a1761ff294f579944947805a (diff) | |
download | php-git-bf2bee53f73b58e0149471d17deabbf843c69047.tar.gz |
revert these 2 files... shouldn't have been comitted ..
Diffstat (limited to 'ext/xsl/php_xsl.h')
-rw-r--r-- | ext/xsl/php_xsl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/xsl/php_xsl.h b/ext/xsl/php_xsl.h index 9995e496ac..fb607659d7 100644 --- a/ext/xsl/php_xsl.h +++ b/ext/xsl/php_xsl.h @@ -58,7 +58,6 @@ typedef struct _xsl_object { int hasKeys; int registerPhpFunctions; HashTable *node_list; - php_libxml_node_object *doc; } xsl_object; void php_xsl_set_object(zval *wrapper, void *obj TSRMLS_DC); |