svn commit: r327113 - head/sys/kern

Alexander Kabaev kan at FreeBSD.org
Sat Dec 23 16:50:02 UTC 2017


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;
 		}
 	}


More information about the svn-src-head mailing list