Skip to content

Commit 7f648b6

Browse files
authored
Merge pull request #123 from Code-Hex/remove/unused-mutex
removed unused mutex field
2 parents 73695c3 + 4dd1eb2 commit 7f648b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

virtualization.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ type VirtualMachine struct {
7676
dispatchQueue unsafe.Pointer
7777
stateHandle cgo.Handle
7878

79-
mu *sync.Mutex
8079
finalizeOnce sync.Once
8180
}
8281

0 commit comments

Comments
 (0)