Skip to content

Commit 90bf429

Browse files
committed
Remove unused register_html_constants() function
1 parent ec9b68c commit 90bf429

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ext/standard/html.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,12 +1335,6 @@ static void php_html_entities(INTERNAL_FUNCTION_PARAMETERS, int all)
13351335
}
13361336
/* }}} */
13371337

1338-
/* {{{ register_html_constants */
1339-
void register_html_constants(INIT_FUNC_ARGS)
1340-
{
1341-
}
1342-
/* }}} */
1343-
13441338
/* {{{ Convert special characters to HTML entities */
13451339
PHP_FUNCTION(htmlspecialchars)
13461340
{

0 commit comments

Comments
 (0)