From 075f632c0c044e86f8c582e03954a200f1efdd8b Mon Sep 17 00:00:00 2001 From: Moritz Firsching Date: Thu, 5 Sep 2024 08:53:26 +0200 Subject: [PATCH] delete unused variable --- lib/extras/enc/jpegli.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/extras/enc/jpegli.cc b/lib/extras/enc/jpegli.cc index a22687a3..ca3469e3 100644 --- a/lib/extras/enc/jpegli.cc +++ b/lib/extras/enc/jpegli.cc @@ -389,7 +389,6 @@ Status EncodeJpeg(const PackedPixelFile& ppf, const JpegSettings& jpeg_settings, // We need to declare all the non-trivial destructor local variables // before the call to setjmp(). - std::vector pixels; unsigned char* output_buffer = nullptr; unsigned long output_size = 0; // NOLINT std::vector row_bytes;