summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-05-16 16:24:00 +0200
committerThomas Haller <thaller@redhat.com>2016-05-17 12:26:02 +0200
commit2d428bda35244baa1d2ba0732dedb9f04d67e465 (patch)
treed375d6fa459eaaee075fc002a7b04faa6b8630ce
parent4dcb5e5ba5fbb1048f93cd8396d704fb657e608c (diff)
downloadNetworkManager-2d428bda35244baa1d2ba0732dedb9f04d67e465.tar.gz
ifcfg-rh: remove unused define ERR_GET_MSG()
-rw-r--r--src/settings/plugins/ifcfg-rh/plugin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settings/plugins/ifcfg-rh/plugin.c b/src/settings/plugins/ifcfg-rh/plugin.c
index bda41234d7..1c0ce918b1 100644
--- a/src/settings/plugins/ifcfg-rh/plugin.c
+++ b/src/settings/plugins/ifcfg-rh/plugin.c
@@ -62,8 +62,6 @@
_NM_UTILS_MACRO_REST(__VA_ARGS__)); \
} G_STMT_END
-#define ERR_GET_MSG(err) (((err) && (err)->message) ? (err)->message : "(unknown)")
-
static NMIfcfgConnection *update_connection (SettingsPluginIfcfg *plugin,
NMConnection *source,