d2compiler: Remove another old now irrelevant TODO
This commit is contained in:
parent
49428367a5
commit
ecd61cdb49
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ func compileAST(path string, pe d2parser.ParseError, ast *d2ast.Map) (*d2graph.G
|
|||
c.validateKeys(g.Root, ast)
|
||||
}
|
||||
c.compileEdges(g.Root, ast)
|
||||
// TODO: simplify removeContainer by running before compileEdges
|
||||
c.compileShapes(g.Root)
|
||||
c.validateNear(g)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue