mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Remove dead store to local variable.
This commit is contained in:
parent
bf51c9665d
commit
4daa09f343
1 changed files with 0 additions and 1 deletions
|
|
@ -536,7 +536,6 @@ shutdown_halt(void *junk, int howto)
|
|||
cpu_halt();
|
||||
/* NOTREACHED */
|
||||
default:
|
||||
howto &= ~RB_HALT;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue