Skip to content

Commit 3dfe275

Browse files
committed
staticcheck/fakexml: delete dead assignment
(cherry picked from commit bc5bdcd)
1 parent ec23881 commit 3dfe275

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

staticcheck/fakexml/marshal.go

Lines changed: 0 additions & 2 deletions
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)