remove some more references of containerID after merging

This commit is contained in:
Zahary Karadjov
2013-05-04 18:10:43 +03:00
parent 3f1e9b3a25
commit 34cd22ba72

View File

@@ -1009,9 +1009,6 @@ proc writeType(f: TFile; t: PType) =
if t.align != 2:
f.write('=')
f.write($t.align)
if t.containerID != 0:
f.write('@')
f.write($t.containerID)
for i in countup(0, sonsLen(t) - 1):
if t.sons[i] == nil:
f.write("^()")