neighbor/Glue: remove unreachable "throw" statement
Should have been removed by commit a8087dc12c4c23f510d16e4f3c564bcc68c794d0
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'",
|
||||
i->name.c_str()));
|
||||
throw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user