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)
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to