python: do not clobber minalign when we create objects (#4833)

This commit is contained in:
Robert 2018-07-23 16:29:45 -07:00 committed by Wouter van Oortmerssen
parent a2603ec27e
commit e1d5fda5d4
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ class Builder(object):
# use 32-bit offsets so that arithmetic doesn't overflow.
self.current_vtable = [0 for _ in range_func(numfields)]
self.objectEnd = self.Offset()
self.minalign = 1
self.nested = True
def WriteVtable(self):