Remove dead store to local variable.

This commit is contained in:
Alexander Kabaev 2017-12-23 16:49:57 +00:00
parent bf51c9665d
commit 4daa09f343

View File

@ -536,7 +536,6 @@ shutdown_halt(void *junk, int howto)
cpu_halt();
/* NOTREACHED */
default:
howto &= ~RB_HALT;
break;
}
}