diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index 9a3ce84..d099d58 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -2133,20 +2133,6 @@ function drupal_get_bootstrap_phase() { } /** - * Retrieves the Drupal Container to standardize object construction. - * - * @deprecated This function has been replaced by the \Drupal class. Use that - * instead. - * - * @return Symfony\Component\DependencyInjection\ContainerInterface|bool - * The instance of the ContainerInterface used to set up and maintain - * object instances or FALSE if none exist yet. - */ -function drupal_container() { - return Drupal::getContainer(); -} - -/** * Returns the list of enabled modules. * * @deprecated as of Drupal 8.0. Use