Skip to content

Commit 32caaf6

Browse files
committed
Remove two commented out lines
1 parent 7ab9d9c commit 32caaf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/codec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ export type Item =
3636
| OriginalScopeEndItem
3737
| GeneratedRangeStartItem
3838
| GeneratedRangeEndItem;
39-
// | VariablesItem
40-
// | BindingsItem;
4139

4240
export interface OriginalScopeStartItem {
4341
tag: Tag.ORIGINAL_SCOPE_START;

0 commit comments

Comments
 (0)