diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-10 13:03:42 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:06:45 +0200 |
commit | 61e285497cd61f4b7620d3def3d63a01dc150b59 (patch) | |
tree | 72907d25b5ceb51670435936cc9a712df0435461 /src/mm-plugin.c | |
parent | 9d14e4e8e9f2c4c15016a62ab5a3aadddaf08312 (diff) |
port-probe-cache: removed, no longer needed
The `MMDevice' acts as port probe cache for us now, directly storing all port
probes of the same device.
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); |