signal handling: remove dead code
Remove the code which existed at times when we weren't running everything inside an event loop, so required alternative ways of signal handling in and out of an event loop. Reset signal handlers when handling fatal signals, to avoid an infinite loop.
Please register or sign in to comment