ifcfg: drop an unused variable

This commit is contained in:
Lubomir Rintel 2017-05-31 19:12:30 +02:00
parent b8707cba3c
commit 0d71c0569f

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;