From 2f49630d965e63c0a40ee5c9d2cfccf2929f9539 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Tue, 3 Dec 2013 21:24:14 -0800
Subject: [PATCH] Issue #2080717 by TR, areke, chertzog, mrsinguyen: Remove
 Unused local variable  from
 /core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php.

---
 .../config/lib/Drupal/config/Tests/ConfigImportUITest.php       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php b/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php
index 0148011bf4a4..2f4ac16cf32b 100644
--- a/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php
+++ b/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php
@@ -38,7 +38,6 @@ function setUp() {
   function testImport() {
     $name = 'system.site';
     $dynamic_name = 'config_test.dynamic.new';
-    $storage = $this->container->get('config.storage');
     $staging = $this->container->get('config.storage.staging');
 
     $this->drupalGet('admin/config/development/configuration');
@@ -120,7 +119,6 @@ function testImportLock() {
    * Tests the screen that shows differences between active and staging.
    */
   function testImportDiff() {
-    $active = $this->container->get('config.storage');
     $staging = $this->container->get('config.storage.staging');
     $config_name = 'config_test.system';
     $change_key = 'foo';
-- 
GitLab