Change-Id: If294c38f4b48106ea4e94d86c137eff3232598dd
This commit is contained in:
qiulaidongfeng 2024-09-07 15:56:52 +08:00
parent 10f077890e
commit 6a2db9524f
1 changed files with 0 additions and 1 deletions

View File

@ -99,6 +99,5 @@ var strTyp = reflect.TypeFor[string]()
func comparableF[T comparable](h *Hash, v T, t *abi.Type) {
vv := reflect.ValueOf(v)
typ := vv.Type()
appendT(h, vv)
}