mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
Remove uncalled DiffusionRequest->getCallsign()
Summary: Ref T4245. This has no callers. Test Plan: - Ran `git grep -i 'getCallsign('` and visually verified that no callers could reasonably be `DiffusionRequest` objects (there are only 23 remaining sites, and about half are `$this->...` in `PhabricatorRepository`. - Browsed around directory/file/branch/content/diff/etc pages in Diffusion. Reviewers: chad, avivey Reviewed By: avivey Maniphest Tasks: T4245 Differential Revision: https://secure.phabricator.com/D15295
This commit is contained in:
parent
925a0d3d59
commit
93d7b01222
1 changed files with 0 additions and 4 deletions
|
@ -243,10 +243,6 @@ abstract class DiffusionRequest extends Phobject {
|
|||
return $this->repository;
|
||||
}
|
||||
|
||||
public function getCallsign() {
|
||||
return $this->getRepository()->getCallsign();
|
||||
}
|
||||
|
||||
public function setPath($path) {
|
||||
$this->path = $path;
|
||||
return $this;
|
||||
|
|
Loading…
Reference in a new issue