PR symtab/19914 fix handling of dwp + split debug
[deliverable/binutils-gdb.git] / gdb / event-loop.c
index 052d5351f9afc3c6c36de7cc15286fef7a3b9f8a..60ef2a5d96ed68d63ec2332764bf5120bc2cfbbb 100644 (file)
@@ -911,15 +911,6 @@ create_async_signal_handler (sig_handler_func * proc,
   return async_handler_ptr;
 }
 
-/* Call the handler from HANDLER immediately.  This function runs
-   signal handlers when returning to the event loop would be too
-   slow.  */
-void
-call_async_signal_handler (struct async_signal_handler *handler)
-{
-  (*handler->proc) (handler->client_data);
-}
-
 /* Mark the handler (ASYNC_HANDLER_PTR) as ready.  This information
    will be used when the handlers are invoked, after we have waited
    for some event.  The caller of this function is the interrupt
This page took 0.033421 seconds and 4 git commands to generate.