platform/linux: drop an unused variable

Fixes: 2ac5860a06
This commit is contained in:
Lubomir Rintel
2018-07-09 11:30:14 +02:00
parent 1cdb36b8de
commit b200e5d8ed

View File

@@ -5446,7 +5446,6 @@ static NMPlatformError
link_set_address (NMPlatform *platform, int ifindex, gconstpointer address, size_t length)
{
nm_auto_nlmsg struct nl_msg *nlmsg = NULL;
gs_free char *mac = NULL;
const ChangeLinkData d = {
.set_address = {
.address = address,