mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 0 additions and 6 deletions
|
|
@ -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 a new issue