Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit b8c9b14

Browse files
author
Jan Krems
committed
style: Remove unused var
1 parent 2dbc204 commit b8c9b14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/node-inspect.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ const vm = require('vm');
3333

3434
const debuglog = util.debuglog('inspect');
3535

36-
const NO_FRAME = -1;
37-
3836
const kOpCodeContinuation = 0x0;
3937
const kOpCodeText = 0x1;
4038
const kOpCodeBinary = 0x2;

0 commit comments

Comments
 (0)