Remove unneeded alarm() call

master
Yury Kurlykov 2020-04-16 17:16:38 +10:00
parent 37ef98b7c7
commit d6b81153b5
Signed by: t1meshift
GPG Key ID: B133F3167ABF94D8
1 changed files with 0 additions and 1 deletions

View File

@ -35,6 +35,5 @@ int main() {
assert(x == 20);
}
)
alarm(2);
return 0;
}