diff --git a/go/builder.go b/go/builder.go index e47f420c2..8d75700ce 100644 --- a/go/builder.go +++ b/go/builder.go @@ -82,7 +82,6 @@ func (b *Builder) StartObject(numfields int) { } b.objectEnd = b.Offset() - b.minalign = 1 } // WriteVtable serializes the vtable for the current object, if applicable.