diff options
Diffstat (limited to 'src/mm-plugin.c')
-rw-r--r-- | src/mm-plugin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mm-plugin.c b/src/mm-plugin.c index a638ca9b..582371f9 100644 --- a/src/mm-plugin.c +++ b/src/mm-plugin.c @@ -30,7 +30,6 @@ #include "mm-plugin.h" #include "mm-device.h" -#include "mm-port-probe-cache.h" #include "mm-at-serial-port.h" #include "mm-qcdm-serial-port.h" #include "mm-serial-parsers.h" @@ -573,8 +572,7 @@ mm_plugin_supports_port (MMPlugin *self, (GAsyncReadyCallback)port_probe_run_ready, ctx); - /* Keep track of the probe. Note that we got a new reference already - * from the cache. */ + /* Keep track of the probe. Note that we got a new reference already */ g_hash_table_insert (priv->tasks, g_strdup (key), probe); |