diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2018-02-04 17:31:50 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2018-02-04 17:31:50 +0000 |
commit | 003c70ff3cb2f49888b0f5cb601ab98fd6e457dc (patch) | |
tree | f5fbbd765696b1c9a481cbb803a5770c651b31a3 /stand/efi/fdt | |
parent | ce2d51972fa08bc3ee8fea09c283270787990fec (diff) | |
download | src-003c70ff3cb2f49888b0f5cb601ab98fd6e457dc.tar.gz src-003c70ff3cb2f49888b0f5cb601ab98fd6e457dc.zip |
Remove now-unused variable after r328809
Fixed already in stable/11 by r328836 (emaste); remove now-unused variable.
Notes
Notes:
svn path=/head/; revision=328853
Diffstat (limited to 'stand/efi/fdt')
-rw-r--r-- | stand/efi/fdt/efi_fdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/efi/fdt/efi_fdt.c b/stand/efi/fdt/efi_fdt.c index 42d70a2c330b..8703aedc228d 100644 --- a/stand/efi/fdt/efi_fdt.c +++ b/stand/efi/fdt/efi_fdt.c @@ -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) |