mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
logging/Manager: Remove unused variable
This commit is contained in:
parent
69a98e2cbb
commit
545b867ddd
1 changed files with 0 additions and 2 deletions
|
@ -1181,8 +1181,6 @@ WriterFrontend* Manager::CreateWriter(EnumVal* id, EnumVal* writer, WriterBacken
|
|||
bool local, bool remote, bool from_remote,
|
||||
const string& instantiating_filter)
|
||||
{
|
||||
WriterFrontend* result = nullptr;
|
||||
|
||||
Stream* stream = FindStream(id);
|
||||
|
||||
if ( ! stream )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue