simple-store.go: commented out an unused function

This commit is contained in:
Celestino Amoroso 2024-07-08 07:30:26 +02:00
parent af3e946bd4
commit a711333a2e

View File

@ -25,7 +25,7 @@ func NewSimpleStore() *SimpleStore {
} }
func filterRefName(name string) bool { return name[0] != '@' } 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) { func (ctx *SimpleStore) SetParent(parentCtx ExprContext) {
ctx.parent = parentCtx ctx.parent = parentCtx