aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-plugin-manager.c')
-rw-r--r--src/mm-plugin-manager.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mm-plugin-manager.c b/src/mm-plugin-manager.c
index c765b750..f1473aee 100644
--- a/src/mm-plugin-manager.c
+++ b/src/mm-plugin-manager.c
@@ -269,11 +269,6 @@ supports_port_ready_cb (MMPlugin *plugin,
(GSourceFunc)find_port_support_idle,
info);
break;
-
- case MM_PLUGIN_SUPPORTS_PORT_IN_PROGRESS:
- /* We have full asynchronous support, now, so we shouldn't get an
- * intermediate state here. */
- g_assert_not_reached ();
}
}