#70: remove constant UseLeadingNsSeparatorToken

This commit is contained in:
z7zmey
2019-01-02 23:23:21 +02:00
parent 28e5540108
commit e8cd06a391
3 changed files with 2 additions and 6 deletions

View File

@@ -2293,7 +2293,6 @@ func (p *Printer) printStmtGroupUse(n node.Node) {
p.Print(nn.UseType)
}
p.printMeta(nn, meta.UseLeadingNsSeparatorToken)
p.Print(nn.Prefix)
p.printMeta(nn, meta.NsSeparatorToken)
io.WriteString(p.w, "\\")
@@ -2675,8 +2674,6 @@ func (p *Printer) printStmtUse(n node.Node) {
p.Print(nn.UseType)
}
p.printMeta(nn, meta.UseLeadingNsSeparatorToken)
p.Print(nn.Use)
if nn.Alias != nil {