Author: kan
Date: Sat Dec 23 16:49:57 2017
New Revision: 327113
URL: https://svnweb.freebsd.org/changeset/base/327113
Log:
Remove dead store to local variable.
Modified:
head/sys/kern/kern_shutdown.c
Modified: head/sys/kern/kern_shutdown.c
==============================================================================
--- head/sys/kern/kern_shutdown.c Sat Dec 23 16:45:26 2017
(r327112)
+++ head/sys/kern/kern_shutdown.c Sat Dec 23 16:49:57 2017
(r327113)
@@ -536,7 +536,6 @@ shutdown_halt(void *junk, int howto)
cpu_halt();
/* NOTREACHED */
default:
- howto &= ~RB_HALT;
break;
}
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"