mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Remove RemoteSerializer and related code/types.
Also removes broccoli from the source tree.
This commit is contained in:
parent
ca1b1dd6bb
commit
dcd6454530
55 changed files with 79 additions and 5834 deletions
|
@ -10,7 +10,6 @@
|
|||
#include "Scope.h"
|
||||
#include "File.h"
|
||||
#include "Serializer.h"
|
||||
#include "RemoteSerializer.h"
|
||||
#include "Scope.h"
|
||||
#include "Traverse.h"
|
||||
#include "zeexygen/Manager.h"
|
||||
|
@ -361,11 +360,6 @@ ID* ID::Unserialize(UnserialInfo* info)
|
|||
|
||||
else
|
||||
{
|
||||
if ( info->id_policy != UnserialInfo::InstantiateNew )
|
||||
{
|
||||
remote_serializer->Unregister(current);
|
||||
}
|
||||
|
||||
switch ( info->id_policy ) {
|
||||
|
||||
case UnserialInfo::Keep:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue