func github.com/lann/ps.deleteLowLevel

3 uses

	github.com/lann/ps (current package)
		map.go#L156: 	newMap, _ := deleteLowLevel(m, hash, hash)
		map.go#L160: func deleteLowLevel(self *tree, partialHash, hash uint64) (*tree, bool) {
		map.go#L168: 		child, found := deleteLowLevel(self.children[i], partialHash>>shiftSize, hash)