summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-04-25 20:14:15 +0200
committerThomas Haller <thaller@redhat.com>2017-04-26 12:31:36 +0200
commit27025f08c34ed56ea43e49467912b878135232dd (patch)
tree5eee6c17d0bc7c827a95967eb9da9b84f7d0f35e
parent424e6c853825b638d2c08b7edca58390205082c1 (diff)
downloadNetworkManager-27025f08c34ed56ea43e49467912b878135232dd.tar.gz
ifcfg-rh/tests: remove unused macro _writer_update_connection_FIXME()
Fixes: 670e088efec40ca5cc3432e347c5226c9fa7cffc (cherry picked from commit e1e5d0d867c1fd0ef686b278e6ae636851713048)
-rw-r--r--src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c13
1 files changed, 0 insertions, 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,