From 517f1d78677c8fe6eb59debab9a92b73332ce537 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 17 May 2022 13:28:02 +0200 Subject: [PATCH] dhcp/trivial: drop obsolete code comment This is done already. (cherry picked from commit 05cc160494206b8d8257692fddc2e514a655c674) (cherry picked from commit 68b38684275ec33145b436ca5384e02e425a8abd) --- src/core/dhcp/nm-dhcp-client.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/core/dhcp/nm-dhcp-client.h b/src/core/dhcp/nm-dhcp-client.h index 274a954b6c..3479534de8 100644 --- a/src/core/dhcp/nm-dhcp-client.h +++ b/src/core/dhcp/nm-dhcp-client.h @@ -84,15 +84,6 @@ typedef struct { const char *nm_dhcp_client_event_type_to_string(NMDhcpClientEventType client_event_type); -/* FIXME(l3cfg:dhcp:config): nm_dhcp_manager_start_ip[46]() has a gazillion of parameters, - * those get passed on as CONSTRUCT_ONLY properties to the NMDhcpClient. Drop - * all these parameters, and let the caller provide one NMDhcpClientConfig - * instance. There will be only one GObject property (NM_DHCP_CLIENT_CONFIG), - * which is CONSTRUCT_ONLY and takes a (mandatory) G_TYPE_POINTER for the - * configuration. - * - * Since NMDhcpClientConfig has an addr_family, we also don't need separate - * nm_dhcp_manager_start_ip[46]() methods. */ typedef struct { int addr_family;