When disabling target async, remove all target event sources from the event loop
[deliverable/binutils-gdb.git] / ld / plugin.c
index 2b79e1a002ddb2d11b8f5e5d6a0f2a8b9901e302..cfbca0b102fa226631d0f166fbb4bef23c806fd3 100644 (file)
@@ -791,14 +791,6 @@ set_tv_plugin_args (plugin_t *plugin, struct ld_plugin_tv *tv)
   tv->tv_u.tv_val = 0;
 }
 
-/* Return true if any plugins are active this run.  Only valid
-   after options have been processed.  */
-bfd_boolean
-plugin_active_plugins_p (void)
-{
-  return plugins_list != NULL;
-}
-
 /* Load up and initialise all plugins after argument parsing.  */
 void
 plugin_load_plugins (void)
This page took 0.032932 seconds and 4 git commands to generate.