Index: core/includes/form.inc
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- core/includes/form.inc	(revision 39aeee85c2341287746506b726f378748056ba11)
+++ core/includes/form.inc	(revision )
@@ -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.
