1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 06:42:42 +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:
Andre Klapper 2023-10-26 22:44:48 +02:00
parent 629fa368cb
commit d4b110af26

View file

@ -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 {