mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
dead code remove
This commit is contained in:
@@ -813,10 +813,6 @@ const apply_assignments = (do_node, assignments) => {
|
|||||||
.flat()
|
.flat()
|
||||||
.map(c => c.index)
|
.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
|
// Scope we return to parent block
|
||||||
const scope = Object.fromEntries(
|
const scope = Object.fromEntries(
|
||||||
Object
|
Object
|
||||||
|
|||||||
Reference in New Issue
Block a user