From b0faab255937200906ed66b99fb2bb4c17b03f8f Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Thu, 15 Jan 2015 11:05:04 +0000 Subject: [PATCH] Issue #2407493 by dashaforbes, kim.pepper: Clean up use statements in user.module --- core/modules/user/user.module | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/modules/user/user.module b/core/modules/user/user.module index 82584ff679db..38f0ba06ba75 100644 --- a/core/modules/user/user.module +++ b/core/modules/user/user.module @@ -3,7 +3,6 @@ use Drupal\Component\Utility\Crypt; use Drupal\Component\Utility\String; use Drupal\Component\Utility\Unicode; -use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Routing\RouteMatchInterface; use Drupal\Core\Session\AccountInterface; @@ -11,16 +10,11 @@ use \Drupal\Core\Entity\Display\EntityViewDisplayInterface; use Drupal\Core\Url; use Drupal\Core\Site\Settings; -use Drupal\file\Entity\File; use Drupal\user\Entity\Role; use Drupal\user\Entity\User; use Drupal\user\UserInterface; use Drupal\user\RoleInterface; -use Drupal\Core\Template\Attribute; use Drupal\Core\Field\BaseFieldDefinition; -use Symfony\Component\HttpFoundation\RedirectResponse; -use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; -use Drupal\menu_link\Entity\MenuLink; /** * @file -- GitLab