summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-05-17 13:28:02 +0200
committerThomas Haller <thaller@redhat.com>2022-05-31 18:32:34 +0200
commit05cc160494206b8d8257692fddc2e514a655c674 (patch)
treeed6f781e4fb8a1de138d55a15d458c5c185c0b92
parentcd09f3d364ed8810640ddab8a93b46be71c41b4e (diff)
downloadNetworkManager-05cc160494206b8d8257692fddc2e514a655c674.tar.gz
dhcp/trivial: drop obsolete code comment
This is done already.
-rw-r--r--src/core/dhcp/nm-dhcp-client.h9
1 files changed, 0 insertions, 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;