mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Remove remnants of event serializer.
This commit is contained in:
parent
ca28b98fd4
commit
c068daa258
4 changed files with 10 additions and 39 deletions
|
@ -58,13 +58,6 @@ void Event::Dispatch(bool no_remote)
|
|||
if ( src == SOURCE_BROKER )
|
||||
no_remote = true;
|
||||
|
||||
/* Fixme: johanna
|
||||
if ( event_serializer )
|
||||
{
|
||||
SerialInfo info(event_serializer);
|
||||
event_serializer->Serialize(&info, handler->Name(), &args);
|
||||
} */
|
||||
|
||||
if ( handler->ErrorHandler() )
|
||||
reporter->BeginErrorHandler();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue