mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Remove unused variable $info in DiffusionCloneController.php
Summary: Left-over from rPa6b550ba0394284441ee55d11e276a05eb568ad9 Closes T15655 Test Plan: Carefully read the source code file to look out for another appearance; after hours of fruitless searching get slightly disappointed. Reviewers: O1 Blessed Committers, avivey Reviewed By: O1 Blessed Committers, avivey Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Maniphest Tasks: T15655 Differential Revision: https://we.phorge.it/D25451
This commit is contained in:
parent
629fa368cb
commit
d4b110af26
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ final class DiffusionCloneController extends DiffusionController {
|
||||||
->appendChild(pht('Repository has no URIs set.'));
|
->appendChild(pht('Repository has no URIs set.'));
|
||||||
}
|
}
|
||||||
|
|
||||||
$info = null;
|
|
||||||
|
|
||||||
// Try to load alternatives. This may fail for repositories which have not
|
// Try to load alternatives. This may fail for repositories which have not
|
||||||
// cloned yet. If it does, just ignore it and continue.
|
// cloned yet. If it does, just ignore it and continue.
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue