Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Feb 6, 2024
1 parent e9ea141 commit d5f80a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/ConcurrentStorageTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ trait ConcurrentStorageTrait
{
private ?int $currentFileUpdatedAt = null;

public function getFileUpdatedAt(): int
{
return $this->storage->getFileUpdatedAt();
}

private function loadInternal(FileStorageInterface $storage): void
{
try {
Expand Down
2 changes: 0 additions & 2 deletions src/FileStorageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@
interface FileStorageInterface
{
public function load(): void;

public function getFileUpdatedAt(): int;
}

0 comments on commit d5f80a3

Please sign in to comment.