1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-19 03:01:11 +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:
Joshua Spence 2015-06-17 20:41:52 +10:00
parent 6933ee5fb8
commit b10d128c59
2 changed files with 0 additions and 7 deletions

View file

@ -5,8 +5,6 @@
*/
abstract class CelerityResources extends Phobject {
private $map;
abstract public function getName();
abstract public function getResourceData($name);

View file

@ -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.'));