From bcb6f8d5e36407fe317f5fd0fdc2abd2755a5648 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Tue, 14 Dec 2021 01:53:44 +0100 Subject: [PATCH] fix: [stix export] Removed unused variables --- app/Lib/Export/StixExport.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Lib/Export/StixExport.php b/app/Lib/Export/StixExport.php index b2a780925..2647bf5a1 100644 --- a/app/Lib/Export/StixExport.php +++ b/app/Lib/Export/StixExport.php @@ -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);