mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 07:30:43 +00:00
code-dedupe iterate
This commit is contained in:
parent
694d149ece
commit
b772019d00
1 changed files with 1 additions and 4 deletions
|
|
@ -435,10 +435,7 @@ rxval_evaluator_t* rxval_evaluator_alloc_from_oosvar_keylist(
|
|||
static boxed_xval_t rxval_evaluator_from_full_oosvar_func(void* pvstate, variables_t* pvars) {
|
||||
return (boxed_xval_t) {
|
||||
.is_ephemeral = FALSE,
|
||||
.xval = (mlhmmv_xvalue_t) {
|
||||
.is_terminal = FALSE,
|
||||
.pnext_level = pvars->poosvars->root_xvalue.pnext_level,
|
||||
},
|
||||
.xval = pvars->poosvars->root_xvalue,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue