tests: drop a dead case branch

It seems to annoy coverity.
This commit is contained in:
Lubomir Rintel 2017-02-16 17:35:27 +01:00
parent eb0228713d
commit 9b1c6e9497

View file

@ -2404,8 +2404,6 @@ test_sysctl_rename (void)
g_assert_cmpint (ifindex[0], ==, (gint32) nm_platform_sysctl_get_int32 (PL, NMP_SYSCTL_PATHID_NETDIR (dirfd, s ?: "<unknown>", "ifindex"), -1));
break;
}
default:
g_assert_not_reached ();
}
nm_platform_process_events (PL);