mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
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
This commit is contained in:
parent
5877026e81
commit
be358bddae
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue