Skip to content

Commit

Permalink
refactor: remove unused offline block api function
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jan 31, 2023
1 parent d5b45ee commit ac1614c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gateway/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ type ReaderAPI interface {
}

type OfflineBlockAPI interface {
Get(context.Context, path.Path) (io.Reader, error)
Stat(context.Context, path.Path) (iface.BlockStat, error)
}

Expand Down

0 comments on commit ac1614c

Please sign in to comment.