Skip to content

Commit

Permalink
world/tx.go: Removed unused weakTransaction field.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandertv committed Dec 23, 2024
1 parent d2fc86e commit a8687b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/world/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ func (ntx normalTransaction) Run(w *World) {
// weakTransaction is a transaction that may be cancelled by setting its invalid
// bool to false before the transaction is run.
type weakTransaction struct {
wait chan struct{}
c chan bool
f func(tx *Tx)
invalid *atomic.Bool
Expand Down

0 comments on commit a8687b0

Please sign in to comment.