remove vol magic comment

This commit is contained in:
Michael Ligh
2018-09-15 15:22:38 +01:00
committed by ikelos
parent 668f8ad037
commit 88f73365ee
@@ -39,7 +39,6 @@ class _POOL_HEADER(objects.Struct):
# otherwise we have an executive object in the pool
else:
# this used to be a vol magic but its basically the size of a pool header
alignment = pool_header_size
type_size = self._context.symbol_space.get_type(symbol_table_name + constants.BANG + type_name).size
rounded_size = utility.round(type_size, alignment, up = True)