Skip to content

Commit

Permalink
syscall: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dgryski committed Apr 4, 2024
1 parent 06aef72 commit 532f31d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/syscall/libc_wasip2.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ type wasiFile struct {
// The mismatch comes from trying to combine these.

var wasiFiles map[int32]*wasiFile = make(map[int32]*wasiFile)
var nextLibcFd = int32(Stderr) + 1

func findFreeFD() int32 {
var newfd int32
Expand Down

0 comments on commit 532f31d

Please sign in to comment.