Remove unneeded variable

This commit is contained in:
Elara 2023-07-16 23:33:46 -07:00
parent 4567dacf69
commit af322c4a52
1 changed files with 1 additions and 2 deletions

View File

@ -662,8 +662,7 @@ func (r *Regexp) SetCallout(fn func(cb *CalloutBlock) int32) error {
} }
} }
x := fn(cb) return fn(cb)
return x
} }
r.calloutMtx.Lock() r.calloutMtx.Lock()