neighbor/Glue: remove unreachable "throw" statement

Should have been removed by commit a8087dc12c
This commit is contained in:
Max Kellermann 2021-10-19 13:39:51 +02:00
parent a8087dc12c
commit 6120c1360c

View File

@ -82,7 +82,6 @@ NeighborGlue::Open()
std::throw_with_nested(FormatRuntimeError("Failed to open neighblor plugin '%s'",
i->name.c_str()));
throw;
}
}
}