1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02: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:
Edward Speyer 2013-05-08 17:50:11 +01:00
parent 5877026e81
commit be358bddae

View file

@ -38,9 +38,6 @@ final class ReleephRequestIntentsView extends AphrontView {
$request = $this->releephRequest; $request = $this->releephRequest;
$handles = $request->getHandles(); $handles = $request->getHandles();
$is_want = $render_intent == ReleephRequest::INTENT_WANT;
$should = $request->shouldBeInBranch();
$pusher_links = array(); $pusher_links = array();
$user_links = array(); $user_links = array();