mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-07-18 23:09:49 +02:00
Remove unnnecessary length remaining check.
This commit is contained in:
@ -2587,9 +2587,6 @@ copy_jpeg(pdfio_dict_t *dict, // I - Dictionary
|
||||
length = 0;
|
||||
}
|
||||
}
|
||||
|
||||
if (length > 0)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user