[cexpr] Remove some disabled code

It looks like a munged commit, but I think I had decided that it was
best to make cvar access explicit.
This commit is contained in:
Bill Currie 2021-12-04 11:09:18 +09:00
parent 8271860fb3
commit 4e8718980f

View file

@ -306,8 +306,6 @@ parse_variable (const char *name, exprctx_t *context)
__auto_type sym = (exprsym_t *) Hash_Find (symtab->tab, name);
if (sym) {
val = cexpr_value_reference (sym->type, sym->value, context);
} else {
//val = cexpr_cvar (name, context);
}
}
if (!val) {