simple-store.go: commented out an unused function
This commit is contained in:
parent
af3e946bd4
commit
a711333a2e
@ -25,7 +25,7 @@ func NewSimpleStore() *SimpleStore {
|
||||
}
|
||||
|
||||
func filterRefName(name string) bool { return name[0] != '@' }
|
||||
func filterPrivName(name string) bool { return name[0] != '_' }
|
||||
//func filterPrivName(name string) bool { return name[0] != '_' }
|
||||
|
||||
func (ctx *SimpleStore) SetParent(parentCtx ExprContext) {
|
||||
ctx.parent = parentCtx
|
||||
|
Loading…
Reference in New Issue
Block a user