remove implemented TODO

This commit is contained in:
teoxoy 2024-07-18 15:34:56 +02:00 committed by Teodor Tanasoaia
parent 76f9b2f87a
commit 6351a75b0c

View File

@ -321,10 +321,6 @@ impl<A: HalApi> Adapter<A> {
);
}
if let Some(_) = desc.label {
//TODO
}
if let Some(failed) = check_limits(&desc.required_limits, &caps.limits).pop() {
return Err(RequestDeviceError::LimitsExceeded(failed));
}