Issue #2081163 by smiro, areke: Remove unused local variables from the datetime module.

8.0.x
webchick 2013-12-22 11:47:33 -08:00
parent c56e54281a
commit 4910e432fb
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ class DateTimeDatelistWidget extends WidgetBase {
switch ($this->getFieldSetting('datetime_type')) {
case 'date':
$storage_format = DATETIME_DATE_STORAGE_FORMAT;
$type_type = 'none';
break;
default: