Skip to content

Commit

Permalink
Remove dead code in php_xsl.c
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos committed Jan 17, 2024
1 parent 76a3edd commit 43b62b7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ext/xsl/php_xsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,6 @@ PHP_MINIT_FUNCTION(xsl)
}
/* }}} */

/* {{{ xsl_object_get_data */
zval *xsl_object_get_data(void *obj)
{
zval *dom_wrapper;
dom_wrapper = ((xsltStylesheetPtr) obj)->_private;
return dom_wrapper;
}
/* }}} */

/* {{{ xsl_object_set_data */
static void xsl_object_set_data(void *obj, zval *wrapper)
{
Expand Down

0 comments on commit 43b62b7

Please sign in to comment.