From 455ef262a898d9289805ae787eadd5bd4ec0144f Mon Sep 17 00:00:00 2001 From: Jonathan Hedstrom Date: Tue, 6 Oct 2015 15:41:24 -0700 Subject: [PATCH] Removing unused use statement. Signed-off-by: Jonathan Hedstrom --- src/Drupal/Driver/Cores/Drupal6.php | 1 - src/Drupal/Driver/Cores/Drupal7.php | 1 - src/Drupal/Driver/Cores/Drupal8.php | 1 - 3 files changed, 3 deletions(-) diff --git a/src/Drupal/Driver/Cores/Drupal6.php b/src/Drupal/Driver/Cores/Drupal6.php index 7536c14d..1f62e41e 100644 --- a/src/Drupal/Driver/Cores/Drupal6.php +++ b/src/Drupal/Driver/Cores/Drupal6.php @@ -7,7 +7,6 @@ namespace Drupal\Driver\Cores; -use Drupal\Component\Utility\Random; use Drupal\Driver\Exception\BootstrapException; /** diff --git a/src/Drupal/Driver/Cores/Drupal7.php b/src/Drupal/Driver/Cores/Drupal7.php index e4c3589b..f4b508f4 100644 --- a/src/Drupal/Driver/Cores/Drupal7.php +++ b/src/Drupal/Driver/Cores/Drupal7.php @@ -7,7 +7,6 @@ namespace Drupal\Driver\Cores; -use Drupal\Component\Utility\Random; use Drupal\Driver\Exception\BootstrapException; /** diff --git a/src/Drupal/Driver/Cores/Drupal8.php b/src/Drupal/Driver/Cores/Drupal8.php index 99ddae01..395e8129 100644 --- a/src/Drupal/Driver/Cores/Drupal8.php +++ b/src/Drupal/Driver/Cores/Drupal8.php @@ -7,7 +7,6 @@ namespace Drupal\Driver\Cores; -use Drupal\Component\Utility\Random; use Drupal\Core\DrupalKernel; use Drupal\Core\Language\Language; use Drupal\Driver\Exception\BootstrapException;