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

Commit

Permalink
style: Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Krems committed Sep 7, 2016
1 parent 2dbc204 commit b8c9b14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/node-inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ const vm = require('vm');

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

const NO_FRAME = -1;

const kOpCodeContinuation = 0x0;
const kOpCodeText = 0x1;
const kOpCodeBinary = 0x2;
Expand Down

0 comments on commit b8c9b14

Please sign in to comment.