Skip to content

Commit a573c0e

Browse files
committed
Fix unused variable warning
1 parent bd6eabd commit a573c0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/date/php_date.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4742,8 +4742,7 @@ PHP_METHOD(DatePeriod, getDateInterval)
47424742
*/
47434743
PHP_METHOD(DatePeriod, getRecurrences)
47444744
{
4745-
php_period_obj *dpobj;
4746-
php_date_obj *dateobj;
4745+
php_period_obj *dpobj;
47474746

47484747
if (zend_parse_parameters_none() == FAILURE) {
47494748
return;

0 commit comments

Comments
 (0)