From 624a1e9087a7020824a94914d3989ebf00093c07 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 11 Jul 2012 11:00:29 +0200 Subject: [PATCH] plugin: remove obsolete comment --- src/mm-plugin.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mm-plugin.c b/src/mm-plugin.c index 7a1f49c2..3771272a 100644 --- a/src/mm-plugin.c +++ b/src/mm-plugin.c @@ -493,9 +493,7 @@ mm_plugin_supports_port (MMPlugin *self, g_assert (probe); /* Before launching any probing, check if the port is a net device (which - * cannot be probed). - * TODO: With the new defer-until-suggested we probably don't need the modem - * object being passed down here just for this. */ + * cannot be probed). */ if (g_str_equal (g_udev_device_get_subsystem (port), "net")) { g_simple_async_result_set_op_res_gpointer ( async_result,