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-16 16:29:29 +0200
commit4a037e015085c7609c30678eb570d64ef46bd64f (patch)
tree7d2753d0df9b4e1c3e36f5a6f0d60b951e34c37f
parent7a31c13c7070f9492ff9fa6a34f7926a276e753d (diff)
downloadNetworkManager-th/ifcfg-rh-cleanup-bgo766518.tar.gz
ifcfg-rh: remove unused define ERR_GET_MSG()th/ifcfg-rh-cleanup-bgo766518
-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,