1751d8c portable: Remove unnecessary assert()

1 file Authored by daandemeyer 2 years ago, Committed by Yu Watanabe 2 years ago,
    portable: Remove unnecessary assert()
    
    Fixes #23433
    
    matches is plumbed through until it finally gets used in unit_match()
    which can deal with NULL matches so the assert() is unnecessary and
    can be removed.
    
    The two call sites of extract_image_and_extensions() also don't
    assert() on matches either.
    
        
file modified
+0 -1