diff --git a/core/lib/Drupal/Core/Url.php b/core/lib/Drupal/Core/Url.php index 5da8ffb85a7..de047eaa2ce 100644 --- a/core/lib/Drupal/Core/Url.php +++ b/core/lib/Drupal/Core/Url.php @@ -775,9 +775,6 @@ class Url { * * @throws \UnexpectedValueException. * If this is a URI with no corresponding system path. - * - * @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0. - * System paths should not be used - use route names and parameters. */ public function getInternalPath() { if ($this->unrouted) {