mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Remove dead store to local variable.
This commit is contained in:
parent
bf51c9665d
commit
4daa09f343
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327113
@ -536,7 +536,6 @@ shutdown_halt(void *junk, int howto)
|
|||||||
cpu_halt();
|
cpu_halt();
|
||||||
/* NOTREACHED */
|
/* NOTREACHED */
|
||||||
default:
|
default:
|
||||||
howto &= ~RB_HALT;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user