ifcfg-rh: remove unused define ERR_GET_MSG()

This commit is contained in:
Thomas Haller 2016-05-16 16:24:00 +02:00
parent 4dcb5e5ba5
commit 2d428bda35

View file

@ -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,