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:
@@ -5,8 +5,6 @@
|
|||||||
*/
|
*/
|
||||||
abstract class CelerityResources extends Phobject {
|
abstract class CelerityResources extends Phobject {
|
||||||
|
|
||||||
private $map;
|
|
||||||
|
|
||||||
abstract public function getName();
|
abstract public function getName();
|
||||||
abstract public function getResourceData($name);
|
abstract public function getResourceData($name);
|
||||||
|
|
||||||
|
|||||||
@@ -2,11 +2,6 @@
|
|||||||
|
|
||||||
final class PhabricatorPHID extends Phobject {
|
final class PhabricatorPHID extends Phobject {
|
||||||
|
|
||||||
protected $phid;
|
|
||||||
protected $phidType;
|
|
||||||
protected $ownerPHID;
|
|
||||||
protected $parentPHID;
|
|
||||||
|
|
||||||
public static function generateNewPHID($type, $subtype = null) {
|
public static function generateNewPHID($type, $subtype = null) {
|
||||||
if (!$type) {
|
if (!$type) {
|
||||||
throw new Exception(pht('Can not generate PHID with no type.'));
|
throw new Exception(pht('Can not generate PHID with no type.'));
|
||||||
|
|||||||
Reference in New Issue
Block a user