logging/Manager: Remove unused variable

This commit is contained in:
Arne Welzel 2023-02-27 12:02:18 +01:00
parent 69a98e2cbb
commit 545b867ddd

View file

@ -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 )