mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 06:43:52 +00:00
remove some more references of containerID after merging
This commit is contained in:
@@ -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("^()")
|
||||
|
||||
Reference in New Issue
Block a user