1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

remove unused var

This commit is contained in:
Anatol Belski
2015-01-30 10:28:57 +01:00
parent d28af7394a
commit aa5e34d79e
+1 -1
View File
@@ -1441,7 +1441,7 @@ PHPAPI zend_long php_parse_date(char *string, zend_long *now)
Convert string representation of date and time to a timestamp */
PHP_FUNCTION(strtotime)
{
char *times, *initial_ts;
char *times;
size_t time_len;
int error1, error2;
struct timelib_error_container *error;