Remove unused code

This commit is contained in:
Masaaki Goshima 2021-05-01 14:56:49 +09:00
parent 75b72584a5
commit 9e882fb664
1 changed files with 0 additions and 3 deletions

View File

@ -67,9 +67,6 @@ func copySlice(elemType *rtype, dst, src sliceHeader) int
//go:linkname newArray reflect.unsafe_NewArray
func newArray(*rtype, int) unsafe.Pointer
//go:linkname typedmemmovepartial reflect.typedmemmovepartial
func typedmemmovepartial(typ *rtype, dst, src unsafe.Pointer, off, size uintptr)
//go:linkname typedmemmove reflect.typedmemmove
func typedmemmove(t *rtype, dst, src unsafe.Pointer)