cleanup dead imports

This commit is contained in:
mappu 2020-04-15 19:14:45 +12:00
parent 02cbd3997a
commit abc031683e
1 changed files with 0 additions and 4 deletions

View File

@ -1,12 +1,8 @@
package main
import (
//"fmt"
//"io/ioutil"
"github.com/z7zmey/php-parser/node"
"github.com/z7zmey/php-parser/node/stmt"
//"github.com/z7zmey/php-parser/walker"
)
func normaliseAltCb(n_ *node.Node) error {