mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +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 {
|
final class HeraldEngine extends Phobject {
|
||||||
|
|
||||||
protected $rules = array();
|
protected $rules = array();
|
||||||
protected $activeRule;
|
|
||||||
protected $transcript;
|
protected $transcript;
|
||||||
|
|
||||||
private $fieldCache = array();
|
private $fieldCache = array();
|
||||||
|
|
Loading…
Reference in a new issue