svn commit: r328836 - stable/11/sys/boot/efi/fdt

Ed Maste emaste at FreeBSD.org
Sun Feb 4 02:58:13 UTC 2018


Author: emaste
Date: Sun Feb  4 02:58:12 2018
New Revision: 328836
URL: https://svnweb.freebsd.org/changeset/base/328836

Log:
  Remove now-unused variable after r328809

Modified:
  stable/11/sys/boot/efi/fdt/efi_fdt.c

Modified: stable/11/sys/boot/efi/fdt/efi_fdt.c
==============================================================================
--- stable/11/sys/boot/efi/fdt/efi_fdt.c	Sat Feb  3 23:49:21 2018	(r328835)
+++ stable/11/sys/boot/efi/fdt/efi_fdt.c	Sun Feb  4 02:58:12 2018	(r328836)
@@ -44,7 +44,6 @@ int
 fdt_platform_load_dtb(void)
 {
 	struct fdt_header *hdr;
-	const char *s;
 
 	hdr = efi_get_table(&fdtdtb);
 	if (hdr == NULL)


More information about the svn-src-all mailing list