Remove unused field

This commit is contained in:
Neil Macneale IV
2025-04-22 14:33:07 -07:00
parent 4eddee6530
commit 93c194fc03
@@ -167,9 +167,6 @@ type sessionAwareSafepointController struct {
waiter *gcctx.GCSafepointWaiter
keeper func(hash.Hash) bool
// NM4 - Maybe here???
cmpLvl int
}
func (sc *sessionAwareSafepointController) visit(ctx context.Context, sess gcctx.GCRootsProvider) error {