hw/hyperv: remove return after g_assert_not_reached()

This patch is part of a series that moves towards a consistent use of
g_assert_not_reached() rather than an ad hoc mix of different
assertion mechanisms.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240919044641.386068-27-pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Pierrick Bouvier 2024-09-18 21:46:33 -07:00 committed by Thomas Huth
parent 59a749a4d2
commit f1912e4824
2 changed files with 0 additions and 4 deletions

View file

@ -89,7 +89,6 @@ static TestSintRoute *sint_route_find(HypervTestDev *dev,
}
}
g_assert_not_reached();
return NULL;
}
static void sint_route_destroy(HypervTestDev *dev,