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:
parent
8dd90edd3a
commit
a8af0c6e51
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
final class HeraldEngine extends Phobject {
|
||||
|
||||
protected $rules = array();
|
||||
protected $activeRule;
|
||||
protected $transcript;
|
||||
|
||||
private $fieldCache = array();
|
||||
|
|
Loading…
Reference in a new issue