diff --git a/core/modules/rdf/lib/Drupal/rdf/Tests/UserAttributesTest.php b/core/modules/rdf/lib/Drupal/rdf/Tests/UserAttributesTest.php
old mode 100644
new mode 100755
index d9a5cb1..073490d
--- a/core/modules/rdf/lib/Drupal/rdf/Tests/UserAttributesTest.php
+++ b/core/modules/rdf/lib/Drupal/rdf/Tests/UserAttributesTest.php
@@ -54,7 +54,6 @@ function testUserAttributesInMarkup() {
     $this->drupalLogin($user1);
 
     $account_uri = url('user/' . $user2->id(), array('absolute' => TRUE));
-    $person_uri = url('user/' . $user2->id(), array('fragment' => 'me', 'absolute' => TRUE));
 
     // Parses the user profile page where the default bundle mapping for user
     // should be used.
diff --git a/core/modules/system/lib/Drupal/system/SystemConfigSubscriber.php b/core/modules/system/lib/Drupal/system/SystemConfigSubscriber.php
old mode 100644
new mode 100755
index f9965f9..202879f
--- a/core/modules/system/lib/Drupal/system/SystemConfigSubscriber.php
+++ b/core/modules/system/lib/Drupal/system/SystemConfigSubscriber.php
@@ -30,7 +30,6 @@ static function getSubscribedEvents() {
 
   public function onConfigImporterValidate(ConfigImporterEvent $event) {
     $importer = $event->getConfigImporter();
-    $importList = $importer->getStorageComparer()->getSourceStorage()->listAll();
     if (empty($importerList)) {
       throw new ConfigImporterException("This import will delete all your active configuration, I'm bailing out now.");
     }
