Skip to content

Commit

Permalink
chore(client): remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Feb 29, 2024
1 parent daf61ee commit 8043754
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,6 @@ impl Client {
&self,
partition: &partition::PartitionProxy<'_>,
) -> zbus::Result<partitiontable::PartitionTableProxy<'_>> {
//TODO: C version docs do not mention that it can return NULL?
//https://github.com/storaged-project/udisks/blob/4f24c900383d3dc28022f62cab3eb434d19b6b82/udisks/udisksclient.c#L1429
self.object(partition.table().await?)?
.partition_table()
.await
Expand Down

0 comments on commit 8043754

Please sign in to comment.