unsed handle_signal() in AppDelegate.cpp

there is function void handle_signal(int signal) in AppDelegate.cpp which is never been called.
What’s the purpose of this?

And the behavour of this function is not clear, is there any documentation about that?
Thanks.