Skip to content

Commit

Permalink
Merge pull request #123 from Code-Hex/remove/unused-mutex
Browse files Browse the repository at this point in the history
removed unused mutex field
  • Loading branch information
Code-Hex authored Jan 23, 2023
2 parents 73695c3 + 4dd1eb2 commit 7f648b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion virtualization.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ type VirtualMachine struct {
dispatchQueue unsafe.Pointer
stateHandle cgo.Handle

mu *sync.Mutex
finalizeOnce sync.Once
}

Expand Down

0 comments on commit 7f648b6

Please sign in to comment.