1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-09 16:32:39 +01:00

Remove unused variable from HeraldEngine

Summary: `$activeRule` is not used anywhere.

Test Plan: Grep the code.

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/D25679
This commit is contained in:
Andre Klapper 2024-06-04 11:33:11 +02:00
parent 8dd90edd3a
commit a8af0c6e51

View file

@ -3,7 +3,6 @@
final class HeraldEngine extends Phobject {
protected $rules = array();
protected $activeRule;
protected $transcript;
private $fieldCache = array();