removed commented code

This commit is contained in:
2024-04-27 06:14:09 +02:00
parent 10eec286fa
commit 70892aa980
3 changed files with 3 additions and 80 deletions
-5
View File
@@ -27,8 +27,3 @@ func evalExpr(ctx ExprContext, self *term) (v any, err error) {
}
return
}
// init
// func init() {
// registerTermConstructor(SymExpression, newExprTerm)
// }