fr_value_box_init_null(&one);
fr_value_box_init_null(&two);
- /*
- * Ensure that the upcast array is ordered. We have
- * entries in [a][b] only when a<b. This limit ensures
- * that we don't have conflicting entries.
- */
- fr_assert((upcast[a->type][b->type] == FR_TYPE_NULL) || (a->type < b->type));
- fr_assert((upcast[b->type][a->type] == FR_TYPE_NULL) || (b->type < a->type));
-
/*
* We don't know what the output type should be. Try to
* guess based on a variety of factors.