BusinessProcess: remove obsolete vars

This commit is contained in:
Thomas Gelf 2015-02-06 23:24:19 +01:00
parent 090eed6b70
commit c97507db94

View file

@ -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();