xen/arm: bootfdt.c: Remove unused-but-set variable
authorMichal Orzel <michal.orzel@arm.com>
Wed, 27 Apr 2022 09:49:34 +0000 (11:49 +0200)
committerStefano Stabellini <stefano.stabellini@xilinx.com>
Wed, 27 Apr 2022 22:20:23 +0000 (15:20 -0700)
commit2a2de68a60f4ff8f322c0ad7873c1e6048c6fca4
treee5fb9afe704b8e981e47c511ab63c41e42e7f8a1
parent53b705d02cec03861044e673536586bd1b2443bd
xen/arm: bootfdt.c: Remove unused-but-set variable

Function device_tree_node_compatible defines and sets a variable
mlen but does not make use of it. Remove this variable.

Signed-off-by: Michal Orzel <michal.orzel@arm.com>
Reviewed-by: Julien Grall <jgrall@amazon.com>
xen/arch/arm/bootfdt.c