diff --git a/drupal/core/includes/form.inc b/drupal/core/includes/form.inc
index 0bffd39..48aee75 100644
--- a/drupal/core/includes/form.inc
+++ b/drupal/core/includes/form.inc
@@ -18,18 +18,6 @@
 use Symfony\Component\HttpFoundation\RedirectResponse;
 
 /**
- * Retrieves, populates, and processes a form.
- *
- * @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0.
- *   Use \Drupal::formBuilder()->submitForm().
- *
- * @see \Drupal\Core\Form\FormBuilderInterface::submitForm().
- */
-function drupal_form_submit($form_arg, FormStateInterface $form_state) {
-  \Drupal::formBuilder()->submitForm($form_arg, $form_state);
-}
-
-/**
  * Processes a form submission.
  *
  * @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0.
-- 

