Skip to content

Commit bc5bdcd

Browse files
committed
staticcheck/fakexml: delete dead assignment
1 parent 5be6941 commit bc5bdcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

staticcheck/fakexml/marshal.go

-2
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,6 @@ func (e *Encoder) marshalStruct(tinfo *typeInfo, val fakereflect.TypeAndCanAddr,
344344
continue
345345
}
346346
}
347-
348-
vf = indirect(vf)
349347
continue
350348

351349
case fComment:

0 commit comments

Comments
 (0)