end logic not use (#4325)

Signed-off-by: huiwq1990 <huiwq1990@163.com>
This commit is contained in:
huiwq1990
2022-07-06 15:46:10 +08:00
committed by GitHub
parent c97124a30f
commit a3ab08741e
-5
View File
@@ -426,12 +426,7 @@ func (val *Value) StepByFields(handle func(name string, in *Value) (bool, error)
if stop {
return nil
}
if end {
break
}
}
return nil
}
func (val *Value) fieldIndex(index int) (*field, bool, error) {