remove obsolete TODO

This commit is contained in:
Scott Lamb 2021-11-30 09:40:53 -08:00
parent 01c8780a4d
commit a63497eb09

View File

@ -105,7 +105,6 @@ impl Depacketizer {
));
}
// TODO: the spec doesn't require out-of-band parameters, so we shouldn't either.
let parameters = match format_specific_params {
None => None,
Some(fp) => match InternalParameters::parse_format_specific_params(fp) {