mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
remove last remnants of autostart, which has been removed for quite a while.
This commit is contained in:
parent
976d8f7ba7
commit
2e452dc29f
3 changed files with 0 additions and 8 deletions
|
@ -287,7 +287,6 @@ bool Manager::CreateStream(Stream* info, RecordVal* description)
|
|||
}
|
||||
|
||||
EnumVal* reader = description->LookupWithDefault(rtype->FieldOffset("reader"))->AsEnumVal();
|
||||
Val *autostart = description->LookupWithDefault(rtype->FieldOffset("autostart"));
|
||||
|
||||
ReaderFrontend* reader_obj = new ReaderFrontend(reader->InternalInt());
|
||||
assert(reader_obj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue