Skip to content

Commit 8d78dce

Browse files
committedAug 30, 2022
Remove unused ext/zend_test alias functions
1 parent 869ab3c commit 8d78dce

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed
 

‎ext/zend_test/test.c

-20
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,6 @@ static ZEND_FUNCTION(zend_test_deprecated)
9595
zend_parse_parameters(ZEND_NUM_ARGS(), "|z", &arg1);
9696
}
9797

98-
static ZEND_FUNCTION(zend_test_alias)
99-
{
100-
ZEND_PARSE_PARAMETERS_NONE();
101-
}
102-
103-
static ZEND_FUNCTION(zend_test_deprecated_alias)
104-
{
105-
ZEND_PARSE_PARAMETERS_NONE();
106-
}
107-
10898
/* Create a string without terminating null byte. Must be terminated with
10999
* zend_terminate_string() before destruction, otherwise a warning is issued
110100
* in debug builds. */
@@ -447,16 +437,6 @@ static ZEND_FUNCTION(ZendTestNS2_ZendSubNS_namespaced_deprecated_func)
447437
ZEND_PARSE_PARAMETERS_NONE();
448438
}
449439

450-
static ZEND_FUNCTION(namespaced_alias_func)
451-
{
452-
ZEND_PARSE_PARAMETERS_NONE();
453-
}
454-
455-
static ZEND_FUNCTION(namespaced_deprecated_alias_func)
456-
{
457-
ZEND_PARSE_PARAMETERS_NONE();
458-
}
459-
460440
static ZEND_FUNCTION(zend_test_parameter_with_attribute)
461441
{
462442
zend_string *parameter;

0 commit comments

Comments
 (0)