mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-28 01:59:34 -05:00
BusinessProcess: remove obsolete vars
This commit is contained in:
parent
090eed6b70
commit
c97507db94
1 changed files with 0 additions and 3 deletions
|
|
@ -18,13 +18,10 @@ class BusinessProcess
|
|||
*/
|
||||
protected $backend;
|
||||
|
||||
protected $filename;
|
||||
protected $name;
|
||||
protected $bps;
|
||||
protected $state_type = self::HARD_STATE;
|
||||
protected $warnings = array();
|
||||
protected $nodes = array();
|
||||
// protected $object_ids = array();
|
||||
protected $root_nodes = array();
|
||||
protected $all_checks = array();
|
||||
protected $hosts = array();
|
||||
|
|
|
|||
Loading…
Reference in a new issue