Remove dead code.
PR: bin/78125 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> Approved by: alfred
This commit is contained in:
parent
25e6f9ed4b
commit
76b5c0aa50
@ -339,12 +339,6 @@ main(int argc, char ** argv)
|
||||
|
||||
TAILQ_INIT(&upcall_q);
|
||||
|
||||
if (error) {
|
||||
perror("sigaction");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
fd = open(DEV_PATH, O_RDWR, S_IRUSR | S_IWUSR);
|
||||
|
||||
if (fd < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user