Skip to content

Commit

Permalink
delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 authored and szabadka committed Sep 5, 2024
1 parent d6f6fa7 commit be525a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/extras/enc/jpegli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<uint8_t> pixels;
unsigned char* output_buffer = nullptr;
unsigned long output_size = 0; // NOLINT
std::vector<uint8_t> row_bytes;
Expand Down

0 comments on commit be525a4

Please sign in to comment.