diff --git a/core/lib/Drupal/Core/Url.php b/core/lib/Drupal/Core/Url.php
index 5da8ffb85a7c2f155450ced30cc23f9c397a04d3..de047eaa2cef926a5ac4a7f6eac3ce2bbd69ad50 100644
--- a/core/lib/Drupal/Core/Url.php
+++ b/core/lib/Drupal/Core/Url.php
@@ -775,9 +775,6 @@ public function toRenderArray() {
    *
    * @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) {