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

Deleting unused private member variable from AphrontRequest

Summary: I was poking around to see how this class worked and noticed this variable does nothing.

Test Plan: Careful inspection and reasoning that unused private member variable can be deleted.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3068
This commit is contained in:
Bob Trahan 2012-07-25 13:48:46 -07:00
parent 92a243492e
commit 321df38ccf

View file

@ -38,7 +38,6 @@ final class AphrontRequest {
private $path;
private $requestData;
private $user;
private $env;
private $applicationConfiguration;
final public function __construct($host, $path) {