Skip to content

Commit

Permalink
remove no longer needed code
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Oct 18, 2022
1 parent 87d373b commit 733945c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/private/Share20/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2088,8 +2088,4 @@ public function getAllShares(): iterable {
yield from $provider->getAllShares();
}
}

public function getProviderForType(int $shareType): IShareProvider {
return $this->factory->getProviderForType($shareType);
}
}

0 comments on commit 733945c

Please sign in to comment.