From be358bddaed2326070b8168e79bad629418f23fe Mon Sep 17 00:00:00 2001 From: Edward Speyer Date: Wed, 8 May 2013 17:50:11 +0100 Subject: [PATCH] Dead code in Releeph Summary: Two lines of dead code gone. ##impact!## Test Plan: View a Releeph request. Reviewers: foldLeft, epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D5876 --- .../releeph/view/request/ReleephRequestIntentsView.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/applications/releeph/view/request/ReleephRequestIntentsView.php b/src/applications/releeph/view/request/ReleephRequestIntentsView.php index b9c78680ab..18e0449d75 100644 --- a/src/applications/releeph/view/request/ReleephRequestIntentsView.php +++ b/src/applications/releeph/view/request/ReleephRequestIntentsView.php @@ -38,9 +38,6 @@ final class ReleephRequestIntentsView extends AphrontView { $request = $this->releephRequest; $handles = $request->getHandles(); - $is_want = $render_intent == ReleephRequest::INTENT_WANT; - $should = $request->shouldBeInBranch(); - $pusher_links = array(); $user_links = array();