Skip to content

Commit

Permalink
eliminate compiler exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Apr 15, 2023
1 parent d60b32f commit e93132a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion magick/threshold.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ static double TriangleThreshold(const double *histogram)
/*
Compute optimal threshold with triangle algorithm.
*/
magick_unreferenced(image);
start=0; /* find start bin, first bin not zero count */
for (i=0; i <= (ssize_t) MaxIntensity; i++)
if (histogram[i] > 0.0)
Expand Down

0 comments on commit e93132a

Please sign in to comment.