Skip to content

Commit

Permalink
fix(logic): remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Mar 8, 2023
1 parent bbc7aae commit 71f94b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
2 changes: 1 addition & 1 deletion x/logic/interpreter/fs/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (o Object) Stat() (fs.FileInfo, error) {
}

func (o Object) Read(bytes []byte) (int, error) {
//TODO implement me
// TODO implement me
panic("implement me")
}

Expand Down
36 changes: 0 additions & 36 deletions x/logic/predicate/wasm.go

This file was deleted.

0 comments on commit 71f94b4

Please sign in to comment.