diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc
index 40245d2..61ac72b 100644
--- a/core/includes/bootstrap.inc
+++ b/core/includes/bootstrap.inc
@@ -1150,18 +1150,6 @@ function module_invoke($module, $hook) {
 }
 
 /**
- * Passes alterable variables to specific hook_TYPE_alter() implementations.
- *
- * @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0.
- *   Use \Drupal::moduleHandler()->alter($hook).
- *
- * @see \Drupal\Core\Extension\ModuleHandler::alter()
- */
-function drupal_alter($type, &$data, &$context1 = NULL, &$context2 = NULL) {
-  return \Drupal::moduleHandler()->alter($type, $data, $context1, $context2);
-}
-
-/**
  * Determines whether a given module exists.
  *
  * @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0.
