From 6120c1360cf5d703d4fd5d2ad4785deb341af3ef Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 19 Oct 2021 13:39:51 +0200 Subject: [PATCH] neighbor/Glue: remove unreachable "throw" statement Should have been removed by commit a8087dc12c4c23f510d16e4f3c564bcc68c794d0 --- src/neighbor/Glue.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/neighbor/Glue.cxx b/src/neighbor/Glue.cxx index 4c6a08c9a..6d3e8fa5d 100644 --- a/src/neighbor/Glue.cxx +++ b/src/neighbor/Glue.cxx @@ -82,7 +82,6 @@ NeighborGlue::Open() std::throw_with_nested(FormatRuntimeError("Failed to open neighblor plugin '%s'", i->name.c_str())); - throw; } } }