X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=main.cpp;h=46eddaf834ce7aacfa3c3e518d70618747731246;hp=c89ec72ff44457352c66ebb5be638a5fbc28bc66;hb=71fc5575037bead8b6e927a1fffd199e4fc4514b;hpb=3fd8650ccf3da3960a946d8ac9abc305aec399ce diff --git a/main.cpp b/main.cpp index c89ec72..46eddaf 100644 --- a/main.cpp +++ b/main.cpp @@ -50,10 +50,6 @@ void hup(int signum) } } -void do_nothing(int signum) -{ -} - CubemapStateProto collect_state(const timeval &serialize_start, const vector acceptors, const multimap inputs, @@ -243,7 +239,6 @@ int main(int argc, char **argv) { signal(SIGHUP, hup); signal(SIGINT, hup); - signal(SIGUSR1, do_nothing); // Used in internal signalling. signal(SIGPIPE, SIG_IGN); // Parse options.