Skip to content

Commit 9e4bcd8

Browse files
remove unused sigalarm handler
1 parent 506ad0d commit 9e4bcd8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ int main(int argc, char **argv) {
7272
return EX_OSERR;
7373
}
7474

75-
if (signal(SIGALRM, [](int) { exit(EX_OK); })) {
76-
perror("Failed to establish signal handler");
77-
return EX_OSERR;
78-
}
79-
8075
// all command line arguments
8176
// clang-format off
8277
options.add_options()("i,ip",

0 commit comments

Comments
 (0)