diff --git a/core/lib/Drupal/Core/Config/ConfigFactory.php b/core/lib/Drupal/Core/Config/ConfigFactory.php
index 0a1dc0b..00d9773 100644
--- a/core/lib/Drupal/Core/Config/ConfigFactory.php
+++ b/core/lib/Drupal/Core/Config/ConfigFactory.php
@@ -69,8 +69,6 @@ public function __construct(StorageInterface $storage, EventDispatcher $event_di
    *   A configuration object with the given $name.
    */
   public function get($name) {
-    global $conf;
-
     if (isset($this->cache[$name])) {
       return $this->cache[$name];
     }
