From c47c16aeb5e7e76072df46f7d18bd0f91bf88d63 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Thu, 29 Aug 2013 08:26:37 -0700
Subject: [PATCH] Issue #2072559 by legolasbo: Remove Unused local variable 
 from /core/modules/file/lib/Drupal/file/Tests/DownloadTest.php.

---
 core/modules/file/lib/Drupal/file/Tests/DownloadTest.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php b/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php
index 4fde332f7f1b..fe48c05dacb2 100644
--- a/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php
+++ b/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php
@@ -105,7 +105,6 @@ function testFileCreateUrl() {
       'clean' => '',
       'unclean' => 'index.php/',
     );
-    $generator = $this->container->get('url_generator');
     foreach ($clean_url_settings as $clean_url_setting => $script_path) {
       $clean_urls = $clean_url_setting == 'clean';
       $request = $this->prepareRequestForGenerator($clean_urls);
-- 
GitLab