Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jaekwon committed Jun 19, 2024
1 parent a1278f6 commit 0ced1b7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gnovm/pkg/gnolang/type_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,6 @@ func maybeNil(t Type) bool {
}
}

func assertSame(at, bt Type, msg string) {
err := checkSame(at, bt, msg)
if err != nil {
panic(err.Error())
}
}

func checkSame(at, bt Type, msg string) error {
if debug {
debug.Printf("checkSame, at: %v bt: %v \n", at, bt)

Check warning on line 202 in gnovm/pkg/gnolang/type_check.go

View check run for this annotation

Codecov / codecov/patch

gnovm/pkg/gnolang/type_check.go#L202

Added line #L202 was not covered by tests
Expand Down

0 comments on commit 0ced1b7

Please sign in to comment.