Skip to content

Commit c0a783f

Browse files
committed
Remove comment.
1 parent beee5ef commit c0a783f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/framework/flex/autoflex_expand.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,8 +1583,6 @@ func isXMLWrapperStruct(t reflect.Type) bool {
15831583
return false
15841584
}
15851585

1586-
//quantityField.Anonymous
1587-
15881586
// Quantity should be *int32
15891587
if quantityField.Type.Elem().Kind() != reflect.Int32 {
15901588
return false

0 commit comments

Comments
 (0)