mirror of https://github.com/nodejs/node.git
debugger: remove unused definition `currentSource`
Client's property `currentSource` has no use throughout the project.pull/5010/head
parent
9b37b83a20
commit
3dcf7253a8
|
@ -165,7 +165,6 @@ function Client() {
|
|||
|
||||
this.currentFrame = NO_FRAME;
|
||||
this.currentSourceLine = -1;
|
||||
this.currentSource = null;
|
||||
this.handles = {};
|
||||
this.scripts = {};
|
||||
this.breakpoints = [];
|
||||
|
|
Loading…
Reference in New Issue