mirror of https://github.com/t1meshift/os_labs.git
Remove unneeded alarm() call
parent
37ef98b7c7
commit
d6b81153b5
|
@ -35,6 +35,5 @@ int main() {
|
||||||
assert(x == 20);
|
assert(x == 20);
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
alarm(2);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue