1
0
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:
Alexander Kabaev 2017-12-23 16:49:57 +00:00
parent bf51c9665d
commit 4daa09f343
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327113

View File

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