diff --git a/diff.js b/diff.js index 911ab9c..cc62eb2 100644 --- a/diff.js +++ b/diff.js @@ -640,10 +640,6 @@ object.makeConstructor('OF', Object.assign(new LogicType(), { // // EMPTY - the slot exists but it is empty (set/delete) // A: | EMPTY | NONE, // B: | EMPTY | NONE, -// -// // used if we are splicing array sections to indicate section -// // lengths, useful when splicing sparse sections... -// length: [a, b], // }, // ... // ]