Move allocation of analyzer_hash to file_mgr

This commit is contained in:
Tim Wojtulewicz 2023-09-02 16:00:30 -07:00
parent 607d72f7b9
commit 743d7e96f5
4 changed files with 19 additions and 14 deletions

View file

@ -14,11 +14,6 @@ namespace zeek
class RecordVal;
using RecordValPtr = IntrusivePtr<RecordVal>;
namespace detail
{
class CompositeHash;
}
namespace file_analysis
{
@ -143,7 +138,6 @@ protected:
private:
File* file; /**< File which owns the set */
zeek::detail::CompositeHash* analyzer_hash; /**< AnalyzerArgs hashes. */
PDict<file_analysis::Analyzer> analyzer_map; /**< Indexed by AnalyzerArgs. */
/**