Skip to content

Commit 532f31d

Browse files
committed
syscall: remove unused variable
1 parent 06aef72 commit 532f31d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/syscall/libc_wasip2.go

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ type wasiFile struct {
107107
// The mismatch comes from trying to combine these.
108108

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

112111
func findFreeFD() int32 {
113112
var newfd int32

0 commit comments

Comments
 (0)