Skip to content

Commit

Permalink
Remove unused variable, closes libsndfile#1009
Browse files Browse the repository at this point in the history
  • Loading branch information
evpobr committed May 26, 2024
1 parent c81375f commit bc06ad0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ima_adpcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,6 @@ aiff_ima_decode_block (SF_PRIVATE *psf, IMA_ADPCM_PRIVATE *pima)
int chan, k, diff, bytecode, predictor ;
short step, stepindx, *sampledata ;

static int count = 0 ;
count ++ ;

pima->blockcount += pima->channels ;
pima->samplecount = 0 ;

Expand Down Expand Up @@ -1005,4 +1002,3 @@ ima_write_d (SF_PRIVATE *psf, const double *ptr, sf_count_t len)

return total ;
} /* ima_write_d */

0 comments on commit bc06ad0

Please sign in to comment.