mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-30 16:38:21 +01:00
Remove unused PhabricatorApplicationTransactionCommentView::getStatusID()
Summary: Calls to this private function were removed in https://we.phorge.it/rPeded19a5c6d3e5fa4e0d655bc8271d2a5baa5a34. Test Plan: Grep the code; run static code analysis. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25787
This commit is contained in:
parent
ed6644f317
commit
42234d56e5
1 changed files with 0 additions and 8 deletions
|
@ -10,7 +10,6 @@ final class PhabricatorApplicationTransactionCommentView
|
|||
private $previewTimelineID;
|
||||
private $previewToggleID;
|
||||
private $formID;
|
||||
private $statusID;
|
||||
private $commentID;
|
||||
private $draft;
|
||||
private $requestURI;
|
||||
|
@ -568,13 +567,6 @@ final class PhabricatorApplicationTransactionCommentView
|
|||
return $this->formID;
|
||||
}
|
||||
|
||||
private function getStatusID() {
|
||||
if (!$this->statusID) {
|
||||
$this->statusID = celerity_generate_unique_node_id();
|
||||
}
|
||||
return $this->statusID;
|
||||
}
|
||||
|
||||
private function getCommentID() {
|
||||
if (!$this->commentID) {
|
||||
$this->commentID = celerity_generate_unique_node_id();
|
||||
|
|
Loading…
Add table
Reference in a new issue