rm commented code
This commit is contained in:
parent
d275a45033
commit
da0d24555d
1 changed files with 0 additions and 5 deletions
|
|
@ -278,11 +278,6 @@ func (c *compiler) compileField(obj *d2graph.Object, f *d2ir.Field) {
|
|||
}
|
||||
return
|
||||
} else if f.Name == "vars" {
|
||||
// if f.Map() != nil {
|
||||
// if len(f.Map().Edges) > 0 {
|
||||
// c.errorf(f.Map().Edges[0].LastRef().AST(), "vars cannot contain an edge")
|
||||
// }
|
||||
// }
|
||||
return
|
||||
} else if isReserved {
|
||||
c.compileReserved(&obj.Attributes, f)
|
||||
|
|
|
|||
Loading…
Reference in a new issue