diff --git a/libnm-core/tests/test-general.c b/libnm-core/tests/test-general.c index b191108702..6aee25273d 100644 --- a/libnm-core/tests/test-general.c +++ b/libnm-core/tests/test-general.c @@ -3923,7 +3923,6 @@ test_connection_normalize_may_fail (void) { gs_unref_object NMConnection *con = NULL; NMSettingIPConfig *s_ip4, *s_ip6; - gs_free_error GError *error = NULL; con = nmtst_create_minimal_connection ("test2", NULL, NM_SETTING_WIRED_SETTING_NAME, NULL); nmtst_assert_connection_verifies_and_normalizable (con);