Skip to content

Commit ac1614c

Browse files
committed
refactor: remove unused offline block api function
1 parent d5b45ee commit ac1614c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gateway/api.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ type ReaderAPI interface {
5151
}
5252

5353
type OfflineBlockAPI interface {
54-
Get(context.Context, path.Path) (io.Reader, error)
5554
Stat(context.Context, path.Path) (iface.BlockStat, error)
5655
}
5756

0 commit comments

Comments
 (0)