ifcfg: drop an unused variable

(cherry picked from commit 0d71c0569f)
This commit is contained in:
Lubomir Rintel 2017-05-31 19:12:30 +02:00 committed by Thomas Haller
parent 75fb2897d7
commit 61b1ab2fcd

View file

@ -404,7 +404,6 @@ test_read_netmask_1 (void)
{
nmtst_auto_unlinkfile char *testfile = NULL;
gs_unref_object NMConnection *connection = NULL;
gs_unref_object NMConnection *reread = NULL;
gs_free char *content = NULL;
NMSettingConnection *s_con;
NMSettingIPConfig *s_ip4;