From ae32878a41d80c7a9587f97912f0ffb613dadbad Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Tue, 27 Oct 2015 12:29:33 +0000
Subject: [PATCH] Issue #2600996 by heykarthikwithu: Removal of unused variable
 CommentController::getReplyForm

---
 core/modules/comment/src/Controller/CommentController.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/modules/comment/src/Controller/CommentController.php b/core/modules/comment/src/Controller/CommentController.php
index bf3ae46cb488..24662318ef91 100644
--- a/core/modules/comment/src/Controller/CommentController.php
+++ b/core/modules/comment/src/Controller/CommentController.php
@@ -219,7 +219,6 @@ public function redirectNode(EntityInterface $node) {
    */
   public function getReplyForm(Request $request, EntityInterface $entity, $field_name, $pid = NULL) {
     $account = $this->currentUser();
-    $uri = $entity->urlInfo()->setAbsolute();
     $build = array();
 
     // The user is not just previewing a comment.
-- 
GitLab