Simplify LZMA decoding by using ArrayRef::take_back
authorKonrad Kleine <kkleine@redhat.com>
Tue, 8 Oct 2019 15:43:29 +0000 (15:43 +0000)
committerKonrad Kleine <kkleine@redhat.com>
Tue, 8 Oct 2019 15:43:29 +0000 (15:43 +0000)
commit8970d88b65f0d0abea1306f2b64a07c60a66553a
tree94ddd2c56160742a1f1ea92457568601d66895dd
parent98603a815308626fafdba930f69333da13ecc31e
Simplify LZMA decoding by using ArrayRef::take_back

Summary: Follow-up for D66791#inline-616303

Reviewers: labath

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D68647

llvm-svn: 374069
lldb/source/Host/common/LZMA.cpp