1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 08:42:41 +01:00

Remove $view; statement with no effect

Summary: See rP96839d35f49c76e8e266af69bbbdcb4c013b9af9.

Test Plan: No effect.

Reviewers: vrana

Reviewed By: vrana

CC: aran

Differential Revision: https://secure.phabricator.com/D4495
This commit is contained in:
epriestley 2013-01-17 18:59:47 -08:00
parent 0560f58167
commit 68083c4693

View file

@ -63,7 +63,6 @@ final class PhabricatorConfigIssueViewController
$view = new PhabricatorSetupIssueView(); $view = new PhabricatorSetupIssueView();
$view->setIssue($issue); $view->setIssue($issue);
$view;
$container = phutil_render_tag( $container = phutil_render_tag(
'div', 'div',