From 27025f08c34ed56ea43e49467912b878135232dd Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 25 Apr 2017 20:14:15 +0200 Subject: ifcfg-rh/tests: remove unused macro _writer_update_connection_FIXME() Fixes: 670e088efec40ca5cc3432e347c5226c9fa7cffc (cherry picked from commit e1e5d0d867c1fd0ef686b278e6ae636851713048) --- src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c b/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c index cd32b06c80..e58b709640 100644 --- a/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c +++ b/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c @@ -141,19 +141,6 @@ _assert_reread_same_FIXME (NMConnection *connection, NMConnection *reread) g_assert (_reread_same); \ } G_STMT_END -#define _writer_update_connection_FIXME(connection, ifcfg_dir, filename) \ - G_STMT_START { \ - gs_unref_object NMConnection *_reread = NULL; \ - NMConnection *_c = (connection); \ - gboolean _reread_same = FALSE; \ - \ - /* FIXME: this should not happen. Fix to use _writer_update_connection() */ \ - \ - _writer_update_connection_reread (_c, ifcfg_dir, filename, &_reread, &_reread_same); \ - _assert_reread_same_FIXME (_c, _reread); \ - g_assert (!_reread_same); \ - } G_STMT_END - static NMConnection * _connection_from_file (const char *filename, const char *network_file, -- cgit v1.2.1