Skip to content

Commit 492a246

Browse files
committed
fix lines that should have been removed
Signed-off-by: Larry Gritz <[email protected]>
1 parent 7755595 commit 492a246

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/png.imageio/png_pvt.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,6 @@ put_parameter(png_structp& sp, png_infop& ip, const std::string& _name,
575575
// prefix of "oiio:" or the name of any other file format.
576576
auto colonpos = name.find(':');
577577
if (colonpos != std::string::npos) {
578-
auto parts = Strutil::splitsv(name, ":", 2);
579-
OIIO_DASSERT(parts.size() == 2);
580578
std::string prefix = Strutil::lower(name.substr(0, colonpos));
581579
if (prefix != "png" && is_imageio_format_name(prefix))
582580
return false;

0 commit comments

Comments
 (0)