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-25 20:14:34 +0200
commite1e5d0d867c1fd0ef686b278e6ae636851713048 (patch)
tree9effc09a16ccd3d7f6e49f80d1c728843dee4f29
parent7daf92afb819e8efee7ae3fd496d465dea3fcce7 (diff)
downloadNetworkManager-e1e5d0d867c1fd0ef686b278e6ae636851713048.tar.gz
ifcfg-rh/tests: remove unused macro _writer_update_connection_FIXME()
Fixes: 670e088efec40ca5cc3432e347c5226c9fa7cffc
-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,