mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-18 18:51:12 +01:00
Remove some unused properties
Summary: These class properties don't seem to be used. Test Plan: Eyeball it. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D13295
This commit is contained in:
parent
6933ee5fb8
commit
b10d128c59
2 changed files with 0 additions and 7 deletions
|
@ -5,8 +5,6 @@
|
|||
*/
|
||||
abstract class CelerityResources extends Phobject {
|
||||
|
||||
private $map;
|
||||
|
||||
abstract public function getName();
|
||||
abstract public function getResourceData($name);
|
||||
|
||||
|
|
|
@ -2,11 +2,6 @@
|
|||
|
||||
final class PhabricatorPHID extends Phobject {
|
||||
|
||||
protected $phid;
|
||||
protected $phidType;
|
||||
protected $ownerPHID;
|
||||
protected $parentPHID;
|
||||
|
||||
public static function generateNewPHID($type, $subtype = null) {
|
||||
if (!$type) {
|
||||
throw new Exception(pht('Can not generate PHID with no type.'));
|
||||
|
|
Loading…
Reference in a new issue