0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-20 10:58:20 +02:00

construct: Remove SIGTSTP handler registration.

This commit is contained in:
Jason Volk 2018-05-25 21:03:11 -07:00
parent 422206794f
commit 0a1e267b79

View file

@ -113,7 +113,6 @@ try
// platformness with windows etc.
sigs.add(SIGHUP);
sigs.add(SIGINT);
sigs.add(SIGTSTP);
sigs.add(SIGQUIT);
sigs.add(SIGTERM);
sigs.async_wait(sigfd_handler);