From dd823594543b99d717c7469cf6802a0948cd9459 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 4 Sep 2013 19:57:02 -0700 Subject: [PATCH] Issue #2081165 by smiro: Remove Unused local variable from /core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php. --- .../datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php b/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php index 64ba5cde8e8..09d43801111 100644 --- a/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php +++ b/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php @@ -326,7 +326,6 @@ class DatetimeFieldTest extends WebTestBase { $this->instance->save(); // Display creation form. - $date = new DrupalDateTime(); $this->drupalGet('entity_test/add'); // See that no date is set.