Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c35bc084 authored by Dmitry Shmidt's avatar Dmitry Shmidt
Browse files

ANDROID: Squashfs: lz4_wrapper: Remove unused variable



Change-Id: Ic7de31da41c9a990a023fe8b387870177be4212e
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent 9622e4da
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ static int lz4_uncompress(struct squashfs_sb_info *msblk, void *strm,
	struct squashfs_page_actor *output)
{
	int res;
	size_t dest_len = output->length;
	struct squashfs_lz4 *stream = strm;

	squashfs_bh_to_buf(bh, b, stream->input, offset, length,