dead code remove

This commit is contained in:
Dmitry Vasilev
2023-10-27 09:20:13 +08:00
parent c2ebab76d0
commit aafefe1159

View File

@@ -813,10 +813,6 @@ const apply_assignments = (do_node, assignments) => {
.flat()
.map(c => c.index)
const unused_assignments = filter_object(assignments, (index, val) =>
let_ids.find(i => i.toString() == index) == null
)
// Scope we return to parent block
const scope = Object.fromEntries(
Object