Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ltzmaxwell committed Aug 22, 2024
1 parent df05c2f commit c72d3df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion gnovm/pkg/gnolang/gno_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ func BenchmarkIfStatement(b *testing.B) {
func main() {
for i:=0; i<10000; i++ {
if i > 10 {
}
}
}`
Expand Down
3 changes: 0 additions & 3 deletions gnovm/pkg/gnolang/uverse.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ var (

const uversePkgPath = ".uverse"

var done bool

// Always returns a new copy from the latest state of source.
func Uverse() *PackageValue {
if uverseValue == nil {
Expand Down Expand Up @@ -1019,7 +1017,6 @@ func UverseNode() *PackageNode {
m.Exceptions = nil
},
)
done = true
return uverseNode
}

Expand Down

0 comments on commit c72d3df

Please sign in to comment.