Commit 6120c136 authored by Max Kellermann's avatar Max Kellermann

neighbor/Glue: remove unreachable "throw" statement

Should have been removed by commit a8087dc1
parent a8087dc1
......@@ -82,7 +82,6 @@ NeighborGlue::Open()
std::throw_with_nested(FormatRuntimeError("Failed to open neighblor plugin '%s'",
i->name.c_str()));
throw;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment