Skip to content

Commit

Permalink
mini: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh committed Oct 18, 2024
1 parent 9d547af commit 391b86e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libheif/bitstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ class BitReader
const uint8_t* data;
int data_length;
int bytes_remaining;
uint64_t start_offset = 0;

uint64_t nextbits; // left-aligned bits
int nextbits_cnt;
Expand Down

0 comments on commit 391b86e

Please sign in to comment.