From c9492293959741eca5fd136317a545a1a2511ce8 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 23 Jul 2018 16:34:08 -0700 Subject: [PATCH] go: do not clobber minalign when we create objects (#4834) --- go/builder.go | 1 - 1 file changed, 1 deletion(-) 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.