sync.Map.Delete (method)

6 uses

	sync (current package)
		hashtriemap.go#L78: func (m *Map) Delete(key any) {

	crypto/internal/fips140cache
		cache.go#L51: 	c.m.Delete(p)

	expvar
		expvar.go#L249: 		v.m.Delete(key)

	testing
		testing.go#L1705: 	running.Delete(t.name)
		testing.go#L1845: 			running.Delete(t.name)
		testing.go#L1885: 			running.Delete(t.name)