neighbor/Glue: remove unreachable "throw" statement
Should have been removed by commit a8087dc12c
This commit is contained in:
parent
a8087dc12c
commit
6120c1360c
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user