fix: [stix export] Removed unused variables

pull/8045/head
chrisr3d 2021-12-14 01:53:44 +01:00
parent 64a30723b7
commit bcb6f8d5e3
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 0 additions and 3 deletions

View File

@ -22,7 +22,6 @@ abstract class StixExport
protected $stixFile = null;
private $__cluster_uuids = array();
private $__converter = null;
private $__current_filename = null;
private $__empty_file = null;
private $__event_galaxies = array();
@ -32,8 +31,6 @@ abstract class StixExport
public $non_restrictive_export = true;
private $Server;
public function setDefaultFilters($filters)
{
$sane_version = !empty($filters['stix-version']) && in_array($filters['stix-version'], $this->__sane_versions, true);