Remove unnnecessary length remaining check.

This commit is contained in:
Michael R Sweet 2025-02-22 11:04:31 -05:00
parent d535067c91
commit 6e2e4bbcc6
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244

View File

@ -2587,9 +2587,6 @@ copy_jpeg(pdfio_dict_t *dict, // I - Dictionary
length = 0;
}
}
if (length > 0)
break;
}
}