neighbor/Glue: remove unreachable "throw" statement
Should have been removed by commit a8087dc12c
This commit is contained in:
@@ -82,7 +82,6 @@ NeighborGlue::Open()
|
|||||||
|
|
||||||
std::throw_with_nested(FormatRuntimeError("Failed to open neighblor plugin '%s'",
|
std::throw_with_nested(FormatRuntimeError("Failed to open neighblor plugin '%s'",
|
||||||
i->name.c_str()));
|
i->name.c_str()));
|
||||||
throw;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user