]> git.ipfire.org Git - thirdparty/grub.git/commit
io/lzopio: Resolve unnecessary self-assignment errors
authorDarren Kenny <darren.kenny@oracle.com>
Wed, 21 Oct 2020 14:44:10 +0000 (14:44 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 2 Mar 2021 14:54:16 +0000 (15:54 +0100)
commit59666e520f44177c97b82a44c169b3b315d63b42
tree899fef85827faca04202cb7af01bacdd4ef095f9
parent03477085f9a33789ba6cca7cd49ab9326a1baa0e
io/lzopio: Resolve unnecessary self-assignment errors

These 2 assignments are unnecessary since they are just assigning
to themselves.

Fixes: CID 73643
Signed-off-by: Darren Kenny <darren.kenny@oracle.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/io/lzopio.c