Skip to content

Commit

Permalink
style: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed Mar 22, 2024
1 parent fba49d5 commit 6caa777
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 102 deletions.
46 changes: 0 additions & 46 deletions pkg/silo/default_datalinkreader.go

This file was deleted.

46 changes: 0 additions & 46 deletions pkg/silo/default_datanodereader.go

This file was deleted.

10 changes: 0 additions & 10 deletions pkg/silo/driven.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ type DataRowReader interface {
Close() error
}

type DataLinkReader interface {
ReadDataLink() (DataLink, error)
Close() error
}

type DataNodeReader interface {
ReadDataNode() (DataNode, error)
Close() error
}

type Backend interface {
Store(key string, value string) error
Snapshot() Snapshot
Expand Down

0 comments on commit 6caa777

Please sign in to comment.