svn commit: r328853 - head/stand/efi/fdt

Kyle Evans kevans at FreeBSD.org
Sun Feb 4 17:31:51 UTC 2018


Author: kevans
Date: Sun Feb  4 17:31:50 2018
New Revision: 328853
URL: https://svnweb.freebsd.org/changeset/base/328853

Log:
  Remove now-unused variable after r328809
  
  Fixed already in stable/11 by r328836 (emaste); remove now-unused variable.

Modified:
  head/stand/efi/fdt/efi_fdt.c

Modified: head/stand/efi/fdt/efi_fdt.c
==============================================================================
--- head/stand/efi/fdt/efi_fdt.c	Sun Feb  4 15:40:48 2018	(r328852)
+++ head/stand/efi/fdt/efi_fdt.c	Sun Feb  4 17:31:50 2018	(r328853)
@@ -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-head mailing list