Issue #2600996 by heykarthikwithu: Removal of unused variable CommentController::getReplyForm

8.0.x
Alex Pott 2015-10-27 12:29:33 +00:00
parent 5603f5a3fc
commit ae32878a41
1 changed files with 0 additions and 1 deletions

View File

@ -219,7 +219,6 @@ class CommentController extends ControllerBase {
*/
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.