diff options
Diffstat (limited to 'core/modules/file/file.install')
-rw-r--r-- | core/modules/file/file.install | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/modules/file/file.install b/core/modules/file/file.install index 5d5f6c56f71..fb5a4eb8d61 100644 --- a/core/modules/file/file.install +++ b/core/modules/file/file.install @@ -5,9 +5,6 @@ * Install, update and uninstall functions for File module. */ -use Drupal\Core\Entity\FieldableDatabaseStorageController; -use Drupal\field\Entity\Field; - /** * Implements hook_schema(). */ |