Remove the FetchTree experimental feature

This commit is contained in:
Théophane Hufschmitt 2024-02-19 15:57:08 +01:00
parent 60936f28e5
commit a6c36e8c40

View File

@ -410,7 +410,6 @@ static RegisterPrimOp primop_fetchTree({
> ```
)",
.fun = prim_fetchTree,
.experimentalFeature = Xp::FetchTree,
});
static void fetch(EvalState & state, const PosIdx pos, Value * * args, Value & v,